Skip to content

Commit c3fcc4a

Browse files
skjnldsvnickvergessen
authored andcommitted
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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 5dbca55 commit c3fcc4a

3 files changed

Lines changed: 4 additions & 4 deletions

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)