Slight text change
[vchess.git] / client / src / components / Chat.vue
index 8c1e059..ae85e73 100644 (file)
@@ -1,6 +1,6 @@
 <template lang="pug">
 div
-  input#inputChat(type="text" :placeholder="st.tr['Type here']"
+  input#inputChat(type="text" :placeholder="st.tr['Chat here']"
     @keyup.enter="sendChat()")
   button(@click="sendChat()") {{ st.tr["Send"] }}
   p(v-for="chat in chats.concat(pastChats)")