Skip to content

Commit ebf4aa3

Browse files
rakeknivennextcloud-command
authored andcommitted
fix(10n): Fixed grammar
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 391bbbc commit ebf4aa3

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)