Description: The user-update page should translate permission names
Details: The "User permissions" section of the user-update page is using the displayName values provided by modules in their package.json files for permissions. Instead, it should pull the permissionName value through stripes.intl.formatMessage() to retrieve the localized versions of these values.
Description: The user-update page should translate permission names
Details: The "User permissions" section of the user-update page is using the
displayName
values provided by modules in theirpackage.json
files for permissions. Instead, it should pull thepermissionName
value throughstripes.intl.formatMessage()
to retrieve the localized versions of these values.