We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1fc3c commit c9b74f6Copy full SHA for c9b74f6
src/views/catalogue/toponimo/ToponimoEdit.vue
@@ -109,7 +109,7 @@ export default {
109
this.$store.dispatch("toponimo/open", top).then(() => {
110
this.$store.dispatch(
111
"message/success",
112
- "L'indirizzo " + top.toponimoOriginale + " può essere modificato!"
+ "L'indirizzo " + top.toponimoOrig + " può essere modificato!"
113
);
114
});
115
},
0 commit comments