1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2026-05-13 17:03:10 +08:00

chat2: remove Chat: prefix from display mode configuration

This commit is contained in:
astatine
2020-04-27 11:31:04 +02:00
committed by blattersturm
Unverified
parent 1c41359493
commit 872731b0ac
+1 -1
View File
@@ -35,7 +35,7 @@
<suggestions :message="message" :suggestions="suggestions">
</suggestions>
<div class="chat-hide-state" v-show="showHideState">
Chat: {{hideStateString}}
{{hideStateString}}
</div>
</div>
</div>