Skip to content

Commit

Permalink
Merge pull request #40217 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
fix(10n): Fixed grammar
  • Loading branch information
ChristophWurst authored Sep 6, 2023
2 parents 00c0813 + ebf4aa3 commit f254173
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/theming/src/components/BackgroundSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default {
async applyFile(path) {
if (!path || typeof path !== 'string' || path.trim().length === 0 || path === '/') {
console.error('No valid background have been selected', { path })
showError(t('theming', 'No background have been selected'))
showError(t('theming', 'No background has been selected'))
return
}
Expand Down
4 changes: 2 additions & 2 deletions dist/theming-personal-theming.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theming-personal-theming.js.map

Large diffs are not rendered by default.

0 comments on commit f254173

Please sign in to comment.