X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FContactForm.vue;h=9ca337debc13e8abda6b7e5d89d757f1e1626ef2;hp=3f97f592079e01f6a6043a65bb89f58f2956c6b4;hb=38714c3dc03806b6ac30ddc06dd694b21414d02f;hpb=79f0e776bd370d4d8dde59827e4a287bd3395335 diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index 3f97f592..9ca337de 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -17,7 +17,7 @@ div br textarea#mailContent fieldset - button(type="button" @click="trySendMessage") Send + button(type="button" @click="trySendMessage") {{ st.tr["Send"] }} p#emailSent {{ st.tr["Email sent!"] }}