Skip to content

Commit

Permalink
fix save message translation for role
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 18, 2024
1 parent 6afe77e commit df5dd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/controllers/roles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class RolesIndexController extends Controller {

try {
await role.save();
this.notifications.success(this.intl.t('iam.roles.index.changes-role-save'));
this.notifications.success(this.intl.t('iam.roles.index.changes-role-saved'));
return this.hostRouter.refresh();
} catch (error) {
this.notifications.serverError(error);
Expand Down

0 comments on commit df5dd25

Please sign in to comment.