Skip to content

Commit

Permalink
fix(l10n): Fix triple dot in translation
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
2 people authored and nextcloud-command committed Feb 21, 2025
1 parent 5dbca55 commit c3fcc4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const action = new FileAction({
async renderInline(node: Node) {
const span = document.createElement('span')
span.className = 'files-list__row-status'
span.innerHTML = t('files_external', 'Checking storage...')
span.innerHTML = t('files_external', 'Checking storage')

let config = null as unknown as StorageConfig
getStatus(node.attributes.id, node.attributes.scope === 'system')
Expand Down
Loading

0 comments on commit c3fcc4a

Please sign in to comment.