Skip to content

Commit f254173

Browse files
Merge pull request #40217 from nextcloud/rakekniven-patch-1
fix(10n): Fixed grammar
2 parents 00c0813 + ebf4aa3 commit f254173

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/theming/src/components/BackgroundSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export default {
271271
async applyFile(path) {
272272
if (!path || typeof path !== 'string' || path.trim().length === 0 || path === '/') {
273273
console.error('No valid background have been selected', { path })
274-
showError(t('theming', 'No background have been selected'))
274+
showError(t('theming', 'No background has been selected'))
275275
return
276276
}
277277

dist/theming-personal-theming.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/theming-personal-theming.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)