summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-11-24 19:01:26 +0100
committerGitHub <noreply@github.com>2022-11-24 19:01:26 +0100
commit28f41059051afaf665e80e69ea2e90251aa1662e (patch)
tree674bc19ff38183cd26309fdbad975f3ada12ef53 /apps
parentc11803e7ef16e1ce8081790e0356ddef17f43e34 (diff)
parent7520531d019cb3d3d0a264f615c2c8d07b4fc821 (diff)
downloadnextcloud-server-28f41059051afaf665e80e69ea2e90251aa1662e.tar.gz
nextcloud-server-28f41059051afaf665e80e69ea2e90251aa1662e.zip
Merge pull request #35407 from Jerome-Herbinet/patch-12
More appropriate wording for background selection
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/src/components/BackgroundSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue
index 36d249e4c51..45e627fd378 100644
--- a/apps/theming/src/components/BackgroundSettings.vue
+++ b/apps/theming/src/components/BackgroundSettings.vue
@@ -208,7 +208,7 @@ export default {
},
pickFile() {
- window.OC.dialogs.filepicker(t('theming', 'Insert from {productName}', { productName: OC.theme.name }), (path, type) => {
+ window.OC.dialogs.filepicker(t('theming', 'Select a background from your files'), (path, type) => {
if (type === OC.dialogs.FILEPICKER_TYPE_CHOOSE) {
this.setFile(path)
}