Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardovanlaarhoven committed Aug 6, 2019
2 parents 06fb202 + c4a0990 commit 59f514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VuetifyResource.vue
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
.catch((e) => {
console.error(e);
this.activity.isCreating = false;
this.showSnackbar('Er ging iets mis met het ophalen van de data', 'error');
this.showSnackbar(this.lang('snackbar-get-error'), 'error');
});
},
Expand Down

0 comments on commit 59f514b

Please sign in to comment.