Skip to content

Commit

Permalink
FIX Change toast message for unsuccessful publishing of block
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Sep 25, 2018
1 parent 900461c commit 5cd0358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/components/ElementActions/UnpublishAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const UnpublishAction = (MenuComponent) => (props) => {
text: i18n.inject(
i18n._t(
'UnpublishAction.ERROR_NOTIFICATION',
'Error removing \'{title}\' from the published page'),
'Error unpublishing \'{title}\''),
{ title }
),
stay: false,
Expand Down

0 comments on commit 5cd0358

Please # to comment.