diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-12 13:44:01 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-12 13:44:01 +0100 |
commit | 11bcf507913f2053cda1f0bf148b106f12669391 (patch) | |
tree | 75a234a844d307e3b080112d1781d3eda1d6d74e /apps/settings/src | |
parent | 774eeeb84458970739367282f5aa5e0c06249cdd (diff) | |
download | nextcloud-server-11bcf507913f2053cda1f0bf148b106f12669391.tar.gz nextcloud-server-11bcf507913f2053cda1f0bf148b106f12669391.zip |
Change official => featured
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/AppDetails.vue | 4 | ||||
-rw-r--r-- | apps/settings/src/components/AppList/AppItem.vue | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/src/components/AppDetails.vue b/apps/settings/src/components/AppDetails.vue index b4af8f51e4d..4300ccf0673 100644 --- a/apps/settings/src/components/AppDetails.vue +++ b/apps/settings/src/components/AppDetails.vue @@ -47,9 +47,9 @@ class="supported icon-checkmark-color"> {{ t('settings', 'Supported') }}</span> <span v-if="app.level === 200" - v-tooltip.auto="t('settings', 'Official apps are developed by and within the community. They offer central functionality and are ready for production use.')" + v-tooltip.auto="t('settings', 'Featured apps are developed by and within the community. They offer central functionality and are ready for production use.')" class="official icon-checkmark"> - {{ t('settings', 'Official') }}</span> + {{ t('settings', 'Featured') }}</span> <AppScore v-if="hasRating" :score="app.appstoreData.ratingOverall" /> </div> diff --git a/apps/settings/src/components/AppList/AppItem.vue b/apps/settings/src/components/AppList/AppItem.vue index d8a195423db..d6d27cc6f8c 100644 --- a/apps/settings/src/components/AppList/AppItem.vue +++ b/apps/settings/src/components/AppList/AppItem.vue @@ -59,9 +59,9 @@ class="supported icon-checkmark-color"> {{ t('settings', 'Supported') }}</span> <span v-if="app.level === 200" - v-tooltip.auto="t('settings', 'Official apps are developed by and within the community. They offer central functionality and are ready for production use.')" + v-tooltip.auto="t('settings', 'Featured apps are developed by and within the community. They offer central functionality and are ready for production use.')" class="official icon-checkmark"> - {{ t('settings', 'Official') }}</span> + {{ t('settings', 'Featured') }}</span> <AppScore v-if="hasRating && !listView" :score="app.score" /> </div> |