Skip to content

Commit 8adf28f

Browse files
fix(l10n): Fix triple dot in translation
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 60efb31 commit 8adf28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/src/actions/inlineStorageCheckAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const action = new FileAction({
3636
async renderInline(node: Node) {
3737
const span = document.createElement('span')
3838
span.className = 'files-list__row-status'
39-
span.innerHTML = t('files_external', 'Checking storage...')
39+
span.innerHTML = t('files_external', 'Checking storage')
4040

4141
let config = null as unknown as StorageConfig
4242
getStatus(node.attributes.id, node.attributes.scope === 'system')

0 commit comments

Comments
 (0)