From 8adf28f3dfc38cf948e304a2003bde0864cf3029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 21 Feb 2025 11:06:10 +0100 Subject: [PATCH] fix(l10n): Fix triple dot in translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ --- apps/files_external/src/actions/inlineStorageCheckAction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/src/actions/inlineStorageCheckAction.ts b/apps/files_external/src/actions/inlineStorageCheckAction.ts index b42b5ae5593cb..27c9b0bcabbdd 100644 --- a/apps/files_external/src/actions/inlineStorageCheckAction.ts +++ b/apps/files_external/src/actions/inlineStorageCheckAction.ts @@ -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')