mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Merge branch 'master' into analytics
This commit is contained in:
commit
901e9480b6
102 changed files with 104 additions and 104 deletions
|
|
@ -23,7 +23,7 @@ export function ProfileSettings() {
|
|||
return formatMessage(labels.user);
|
||||
}
|
||||
if (value === ROLES.admin) {
|
||||
return formatMessage(labels.administrator);
|
||||
return formatMessage(labels.admin);
|
||||
}
|
||||
if (value === ROLES.viewOnly) {
|
||||
return formatMessage(labels.viewOnly);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue