Browse Source

Fix wording 'User status' to just 'Status'

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
tags/v20.0.0beta2
Jan C. Borchardt 3 years ago
parent
commit
8052382a75
No account linked to committer's email address

+ 1
- 1
apps/dashboard/js/dashboard.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/dashboard/js/dashboard.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
apps/dashboard/src/App.vue View File

@@ -108,7 +108,7 @@ const statusInfo = {
icon: 'icon-weather-status',
},
status: {
text: t('dashboard', 'User status'),
text: t('dashboard', 'Status'),
icon: 'icon-user-status-online',
},
}

Loading…
Cancel
Save