Skip to content

Commit f122891

Browse files
fix(l10n): Fix triple dot in translation
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: John Molakvoæ <[email protected]>
1 parent 5dbca55 commit f122891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)