mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #50946 from nextcloud/bugfix/noid/fix-triple-dot-translation
fix(l10n): Fix triple dot in translation
This commit is contained in:
commit
1fc458b3f9
3 changed files with 4 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
4
dist/files_external-init.js
vendored
4
dist/files_external-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_external-init.js.map
vendored
2
dist/files_external-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue