mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 05:30:41 +02:00
Fix silly quotation bug
This commit is contained in:
parent
083bf95917
commit
0c77ff2556
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ Item {
|
|||
FiraSansSemiBold {
|
||||
id: adminPopupText
|
||||
text: 'Silencing a user mutes their microphone. Silenced users can unmute themselves by clicking the "MUTE" button on their HUD.\n\n' +
|
||||
'Banning a user will remove them from this domain and prevent them from returning. You can unban users from your domain's configuration page.'
|
||||
"Banning a user will remove them from this domain and prevent them from returning. You can unban users from your domain's configuration page."
|
||||
size: hifi.fontSizes.textFieldInput
|
||||
color: hifi.colors.darkGray
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
|
Loading…
Reference in a new issue