diff options
author | Daniel <mail@danielkesselberg.de> | 2023-08-18 23:26:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 23:26:35 +0200 |
commit | f1e448f3c32bed222442e18d5c71f97e2825f0e1 (patch) | |
tree | 3c105cdb345060b64a1e265356a6108427b4025f /apps/settings | |
parent | 49085aa17950b8e444a5b5689bd54890ef108a68 (diff) | |
parent | 2ace681a2aba22b97e2d2807b5495bd67adcb192 (diff) | |
download | nextcloud-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.vue | 2 |
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') } }, }, |