diff options
Diffstat (limited to 'core/src/components/setup/RecommendedApps.vue')
-rw-r--r-- | core/src/components/setup/RecommendedApps.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue index e4cd39544cb..581fb99582c 100644 --- a/core/src/components/setup/RecommendedApps.vue +++ b/core/src/components/setup/RecommendedApps.vue @@ -26,7 +26,7 @@ {{ t('core', 'Loading apps …') }} </p> <p v-else-if="loadingAppsError" class="loading-error text-center"> - {{ t('core', 'Could not fetch list of apps from the app store.') }} + {{ t('core', 'Could not fetch list of apps from the App Store.') }} </p> <p v-else class="text-center"> {{ t('core', 'Installing apps …') }} |