From 79f0e776bd370d4d8dde59827e4a287bd3395335 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Fri, 7 Feb 2020 16:51:01 +0100
Subject: [PATCH] 'update'

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

diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue
index ed4729e3..3f97f592 100644
--- a/client/src/components/ContactForm.vue
+++ b/client/src/components/ContactForm.vue
@@ -13,7 +13,7 @@ div
         label(for="mailSubject") {{ st.tr["Subject"] }}
         input#mailSubject(type="text")
       fieldset
-        label(for="mailContent") {{ st.tr["Content"] }}
+        label(for="mailContent") {{ st.tr["Content"] }} *
         br
         textarea#mailContent
       fieldset
-- 
2.48.1