From bb2abf72aa5e1236da32b0f1e281dcacfe3f969a Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 2 May 2020 03:34:14 +0200
Subject: [PATCH] Do not translate twice info msg :)

---
 client/src/components/UserBio.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/components/UserBio.vue b/client/src/components/UserBio.vue
index b8a2d41f..01bafd23 100644
--- a/client/src/components/UserBio.vue
+++ b/client/src/components/UserBio.vue
@@ -101,7 +101,7 @@ export default {
         {
           data: { bio: this.userBio },
           success: () => {
-            this.infoMsg = this.st.tr["Modifications applied!"];
+            this.infoMsg = "Modifications applied!";
           }
         }
       );
-- 
2.44.0