aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-08-08 15:17:23 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2023-08-18 22:51:12 +0200
commit2ace681a2aba22b97e2d2807b5495bd67adcb192 (patch)
tree3c105cdb345060b64a1e265356a6108427b4025f /apps
parent49085aa17950b8e444a5b5689bd54890ef108a68 (diff)
downloadnextcloud-server-2ace681a2aba22b97e2d2807b5495bd67adcb192.tar.gz
nextcloud-server-2ace681a2aba22b97e2d2807b5495bd67adcb192.zip
Download and enable all
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Download and enable all Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/AppList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue
index 751a9ffdb54..8bcecc8823d 100644
--- a/apps/settings/src/components/AppList.vue
+++ b/apps/settings/src/components/AppList.vue
@@ -210,7 +210,7 @@ export default {
if (this.allBundlesEnabled(id)) {
return t('settings', 'Disable all')
}
- return t('settings', 'Enable all')
+ return t('settings', 'Download and enable all')
}
},
},