Fixed typo in Saved dialog, Re #7

This commit is contained in:
Alicia Sykes 2021-05-29 22:59:25 +01:00
parent 9a573d8ac7
commit 4104dd119f

View File

@ -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');
},
},
};