Skip to content

Commit

Permalink
rename Super User to Street Rep
Browse files Browse the repository at this point in the history
  • Loading branch information
arrested-developer committed Oct 5, 2019
1 parent 9b166ed commit 4668fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const renderUserDetails = (userRole, userStatus) => {
case roles.ADMIN:
return 'Admin';
case roles.SUPERUSER:
return 'Super User';
return 'Street Rep';
default:
return userStatus !== 'unverified' ? 'Verified' : '';
}
Expand Down

0 comments on commit 4668fa1

Please sign in to comment.