Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Oct 10, 2024
1 parent ce88423 commit 9059199
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@
<label><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchatformsettings','Show this message to the visitors who opens a chat widget.')?></label>
<textarea placeholder="<?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchatformsettings','Show this message to the visitors who opens a chat widget.')?>" class="form-control form-control-sm" ng-model="preconditions.conditions.maintenance_mode_message"></textarea>
<ul>
<li>New chats can't be started, widget will be hidden.</li>
<li>Widget will be visible for those who have already started a chat.</li>
<li>Anyone who have widget open and want's to start a chat will get validation error.</li>
<li>After you see there are no pending/bot/active chats you can turn off the server or do your thing.</li>
<li><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchatformsettings','New chats can not be started, widget will be hidden.')?></li>
<li><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchatformsettings','Widget will be visible for those who have already started a chat.')?></li>
<li><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchatformsettings','Anyone who have widget open and want to start a chat will get validation error.')?></li>
<li><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchatformsettings','After you see there are no pending/bot/active chats you can turn off the server or do your thing.')?></li>
</ul>
</div>

Expand Down
6 changes: 6 additions & 0 deletions lhc_web/doc/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.50v

1. You can put quickly chat into maintenance mode.

execute doc/update_db/update_320.sql for update

4.49v

1. You can set custom department strictly offline.
Expand Down

0 comments on commit 9059199

Please sign in to comment.