X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FUserBio.vue;h=01bafd23b29392befd8c499449ead4b949fcce67;hb=bb2abf72aa5e1236da32b0f1e281dcacfe3f969a;hp=1a86b6713c815047e2983be7fd580e6a84cabc4e;hpb=1f9299393b795bfd2c5a57bf1292754a19329cd8;p=vchess.git diff --git a/client/src/components/UserBio.vue b/client/src/components/UserBio.vue index 1a86b671..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!"; } } ); @@ -127,10 +127,13 @@ export default { max-width: 500px max-height: 100% -.buttons > button - margin-bottom: 0 +.buttons + text-align: center + & > button + margin-bottom: 0 h3 + text-align: center margin-bottom: 5px textarea