Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Feb 25, 2020
1 parent 3b823e3 commit 5e0ad09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
this.isUpdating = true;
const response = await this.updateRequest();
this.$toasted.show(__('novaSettings.settingsSuccessToast'), {
this.$toasted.show(this.__('novaSettings.settingsSuccessToast'), {
type: 'success',
});
Expand Down

0 comments on commit 5e0ad09

Please sign in to comment.