diff --git a/src/VuetifyResource.vue b/src/VuetifyResource.vue index 86afff2..5c26b69 100644 --- a/src/VuetifyResource.vue +++ b/src/VuetifyResource.vue @@ -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'); }); },