Merge branch 'master' into analytics

This commit is contained in:
Mike Cao 2024-04-04 11:13:15 -07:00 committed by GitHub
commit 901e9480b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
102 changed files with 104 additions and 104 deletions

View file

@ -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);