diff --git a/src/components/HrefActions.vue b/src/components/HrefActions.vue index 564c8ecdc..d513ab429 100644 --- a/src/components/HrefActions.vue +++ b/src/components/HrefActions.vue @@ -280,7 +280,7 @@ export default { msg = this.$t('errors.serverError'); break; default: - msg = this.$t('errors.networkError') + msg = this.$t('errors.networkError'); break; } throw new Error(msg);