diff --git a/src/components/Configuration/JsonEditor.vue b/src/components/Configuration/JsonEditor.vue index e07c02df..712254d0 100644 --- a/src/components/Configuration/JsonEditor.vue +++ b/src/components/Configuration/JsonEditor.vue @@ -38,7 +38,7 @@ export default { methods: { save() { localStorage.setItem(localStorageKeys.CONF_SECTIONS, JSON.stringify(this.jsonData)); - this.$toasted.show('Changes seved succesfully'); + this.$toasted.show('Changes saved succesfully'); }, }, };