Skip to content

Commit c9b74f6

Browse files
committed
fix
1 parent 6d1fc3c commit c9b74f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/catalogue/toponimo/ToponimoEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default {
109109
this.$store.dispatch("toponimo/open", top).then(() => {
110110
this.$store.dispatch(
111111
"message/success",
112-
"L'indirizzo " + top.toponimoOriginale + " può essere modificato!"
112+
"L'indirizzo " + top.toponimoOrig + " può essere modificato!"
113113
);
114114
});
115115
},

0 commit comments

Comments
 (0)