Skip to content

Commit

Permalink
Merge pull request neos#1703 from suffle/fix-delete-dialog-translation
Browse files Browse the repository at this point in the history
BUGFIX: set correct translation value to delete confirmation
  • Loading branch information
mstruebing authored Mar 9, 2018
2 parents fb12164 + 015f63f commit 728ce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neos-ui/src/Containers/Modals/DeleteNode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class DeleteNodeModal extends PureComponent {
hoverStyle="brand"
onClick={this.handleConfirm}
>
<I18n id="Neos.Neos:Main:confirm" fallback="Confirm"/>
<I18n id="Neos.Neos:Main:deleteConfirm" fallback="Confirm"/>
</Button>
);
}
Expand Down

0 comments on commit 728ce2f

Please sign in to comment.