Merge pull request #78 from 0hAodha/dyslexia

fix typo in map toast
This commit is contained in:
2023-03-29 15:58:14 +01:00
committed by GitHub

View File

@ -189,7 +189,7 @@ export default {
const deletePreferencesData = httpsCallable(functions, 'deletePreferences')
deletePreferencesData().then(() => {
this.resetCredentials()
this.showToast("Successfully map deleted filter preferences", "green")
this.showToast("Successfully deleted map filter preferences", "green")
})
.catch((error) => {
this.showToast(error.message, "red")