]> source.dussan.org Git - nextcloud-server.git/commitdiff
More appropriate wording for background selection
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Thu, 24 Nov 2022 12:28:29 +0000 (13:28 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 12:28:29 +0000 (13:28 +0100)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
apps/theming/src/components/BackgroundSettings.vue

index 36d249e4c5164fe8e43e6fb2da1ab98a9cdf94d2..45e627fd378dba39de23814e57cb81e9be168a89 100644 (file)
@@ -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)
                                }