fix(l10n): Fix triple dot in translation

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-02-21 11:00:49 +01:00
parent 33a12eb3af
commit 34643fd71d
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

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