Skip to content

Commit

Permalink
Merge pull request #50946 from nextcloud/bugfix/noid/fix-triple-dot-t…
Browse files Browse the repository at this point in the history
…ranslation

fix(l10n): Fix triple dot in translation
  • Loading branch information
skjnldsv authored Feb 21, 2025
2 parents c9cdb86 + 5d14427 commit 1fc458b
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
4 changes: 2 additions & 2 deletions dist/files_external-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_external-init.js.map

Large diffs are not rendered by default.

0 comments on commit 1fc458b

Please sign in to comment.