mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
fix: Administrator label in users table (#2)
This commit is contained in:
parent
a2245efa2d
commit
2cff2676f9
4 changed files with 6 additions and 6 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