aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2023-08-18 23:26:35 +0200
committerGitHub <noreply@github.com>2023-08-18 23:26:35 +0200
commitf1e448f3c32bed222442e18d5c71f97e2825f0e1 (patch)
tree3c105cdb345060b64a1e265356a6108427b4025f /apps/settings
parent49085aa17950b8e444a5b5689bd54890ef108a68 (diff)
parent2ace681a2aba22b97e2d2807b5495bd67adcb192 (diff)
downloadnextcloud-server-f1e448f3c32bed222442e18d5c71f97e2825f0e1.tar.gz
nextcloud-server-f1e448f3c32bed222442e18d5c71f97e2825f0e1.zip
Merge pull request #39754 from nextcloud/Jerome-Herbinet-download-and-enable-all
Diffstat (limited to 'apps/settings')
-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')
}
},
},