Do not translate twice info msg :)
[vchess.git] / client / src / components / UserBio.vue
index b8a2d41..01bafd2 100644 (file)
@@ -101,7 +101,7 @@ export default {
         {
           data: { bio: this.userBio },
           success: () => {
-            this.infoMsg = this.st.tr["Modifications applied!"];
+            this.infoMsg = "Modifications applied!";
           }
         }
       );