mirror of
https://github.com/nextcloud/server.git
synced 2026-02-12 07:14:44 -05:00
fix(l10n): Fix triple dot in translation
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
306fa8da91
commit
7914ee8e18
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue