Forgot two translations
[vchess.git] / client / src / components / Chat.vue
index 7f80767..6eb7ef3 100644 (file)
@@ -1,7 +1,7 @@
 <template lang="pug">
 div
   button(@click="clearHistory()")
-    | {{ st.tr["Clear chat"] }}
+    | {{ st.tr["Clear history"] }}
   input#inputChat(
     type="text"
     :placeholder="st.tr['Chat here']"