mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-02 09:58:32 +03:00
Clean up markup in "common.asterisk_explanation" localization constant
This commit is contained in:
parent
ef0f43d7e4
commit
2bb02b6e13
src/mibew
@ -107,7 +107,7 @@ clients.queue.chat=Visitors in dialogs
|
||||
clients.queue.prio=Priority visitors' queue
|
||||
clients.queue.wait=Waiting an operator for the first time
|
||||
clients.title=List of visitors waiting
|
||||
common.asterisk_explanation=<b><span style="font-size:8.0pt;color:red">*</span></b> - mandatory fields
|
||||
common.asterisk_explanation=<span class="required">*</span> - mandatory fields
|
||||
company.title=Mibew Messenger Community
|
||||
confirm.take.head=Change operator
|
||||
confirm.take.message=Visitor <span style="color:blue;">{0}</span> is already being assisted by <span style="color:green;">{1}</span>.<br/> Are you really sure you want to start chatting the visitor?
|
||||
|
@ -331,6 +331,7 @@ div.errinfo {
|
||||
width: 11em;
|
||||
}
|
||||
|
||||
.asterisk span.required,
|
||||
.flabel span.required {
|
||||
font-size:8.0pt;
|
||||
color:red;
|
||||
|
Loading…
Reference in New Issue
Block a user