X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FContactForm.vue;h=61796bfa73fb694d30e4c2891159ef306e997f78;hb=89021f181ac0689bbc785ce0ebd9a910e66352b0;hp=14273b082e8ea268d7746004324eda22a45f58b9;hpb=83c6c2c96e7d34c79db20827f56b51040ef39392;p=vchess.git diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index 14273b08..61796bfa 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -12,9 +12,7 @@ div label(for="mailSubject") {{ st.tr["Subject"] }} input#mailSubject(type="text") fieldset - label(for="mailContent") {{ st.tr["Content"] }} * - br - textarea#mailContent + textarea#mailContent(:placeholder="st.tr['Your message']") button(@click="trySendMessage()") {{ st.tr["Send"] }} #dialog.text-center {{ st.tr[infoMsg] }}