Skip to content

Commit

Permalink
Merge pull request #206 from quarckster/alert_profile_typo_fix
Browse files Browse the repository at this point in the history
Typo fix in alert profile assignment flash message
  • Loading branch information
mzazrivec authored Jan 23, 2017
2 parents 410462e + 7e956c7 commit fc08d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/miq_policy_controller/alert_profiles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def alert_profile_assign
unless flash_errors?
alert_profile_sync_provider
alert_profile_assign_save
add_flash(_("Alert Profile \"%{alert_profile}\" assignments succesfully saved") %
add_flash(_("Alert Profile \"%{alert_profile}\" assignments successfully saved") %
{:alert_profile => @alert_profile.description})
get_node_info(x_node)
@assign = nil
Expand Down
2 changes: 1 addition & 1 deletion locale/en/ManageIQ_UI_Classic.po
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ msgstr ""
msgid "Aggregated Node Utilization"
msgstr ""

msgid "Alert Profile \"%{alert_profile}\" assignments succesfully saved"
msgid "Alert Profile \"%{alert_profile}\" assignments successfully saved"
msgstr ""

msgid "Alert Profiles"
Expand Down

0 comments on commit fc08d40

Please sign in to comment.