From: Benjamin Auder Date: Fri, 7 Feb 2020 15:52:05 +0000 (+0100) Subject: 'update' X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=38714c3dc03806b6ac30ddc06dd694b21414d02f 'update' --- 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!"] }}