Merge pull request #50946 from nextcloud/bugfix/noid/fix-triple-dot-translation

fix(l10n): Fix triple dot in translation
This commit is contained in:
John Molakvoæ 2025-02-21 12:02:52 +01:00 committed by GitHub
commit 1fc458b3f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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')

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long