aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
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')
}
},
},