mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
More appropriate wording for background selection
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>
This commit is contained in:
parent
b45c62a2cf
commit
53a4818271
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue