fix(l10n): Fix triple dot in translation

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/50948/head
Joas Schilling 2025-02-21 11:00:49 +07:00 committed by backportbot[bot]
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')