Skip to content

Commit

Permalink
fix(l10n): Fix triple dot in translation
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv and nickvergessen authored Feb 21, 2025
1 parent 5dbca55 commit f122891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f122891

Please sign in to comment.