Skip to content

Commit

Permalink
Fixing key name
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent 3a1d548 commit fcb29ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Assets/js/components/DeleteComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}).catch(() => {
this.$message({
type: 'info',
message: this.trans('core.delete-cancelled')
message: this.trans('core.delete cancelled')
});
});
}
Expand Down

0 comments on commit fcb29ed

Please sign in to comment.