diff --git a/settings/src/components/appDetails.vue b/settings/src/components/appDetails.vue
index a3510ee9182..5452715c0ea 100644
--- a/settings/src/components/appDetails.vue
+++ b/settings/src/components/appDetails.vue
@@ -31,11 +31,11 @@
{{ app.name }}
-
-
+
{{ t('settings', 'Official') }}
-
+
@@ -135,6 +135,9 @@ export default {
return ('' + this.app.licence).toUpperCase() + t('settings', '-licensed');
return null;
},
+ hasRating() {
+ return this.app.appstoreData && this.app.appstoreData.ratingNumOverall > 5;
+ },
author() {
if (typeof this.app.author === 'string') {
return [