Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Added message after localization update finishes (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
daguiler authored and valadas committed Sep 25, 2019
1 parent be9058f commit a48173f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ class PageLocalization extends Component {
const params = { Locales, Modules, Pages };
props.dispatch(LanguagesActions.updateTabLocalization(params, () => {
this.getLanguages();
utils.notify(Localization.get("UpdateLocalizationSuccess"));
}, () => {
utils.notifyError(Localization.get("AnErrorOccurred"));
}));
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
<data name="UpdateLocalizationWarning.Text" xml:space="preserve">
<value>Updating localization might take a few minutes depending on the number of modules. Please wait until the process finishes completely.</value>
</data>
<data name="UpdateLocalizationSuccess.Text" xml:space="preserve">
<value>Done!</value>
</data>
<data name="DragPageTooltip.Text" xml:space="preserve">
<value>Drag Page into Location</value>
</data>
Expand Down

0 comments on commit a48173f

Please sign in to comment.