1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-02-15 11:49: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
parent 1c41359493
commit 872731b0ac

View File

@ -35,7 +35,7 @@
<suggestions :message="message" :suggestions="suggestions"> <suggestions :message="message" :suggestions="suggestions">
</suggestions> </suggestions>
<div class="chat-hide-state" v-show="showHideState"> <div class="chat-hide-state" v-show="showHideState">
Chat: {{hideStateString}} {{hideStateString}}
</div> </div>
</div> </div>
</div> </div>