mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Minor language changes on Admin help text
This commit is contained in:
parent
0c77ff2556
commit
b5713656be
1 changed files with 2 additions and 2 deletions
|
@ -441,8 +441,8 @@ Item {
|
|||
color: "white"
|
||||
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."
|
||||
text: 'Silencing a user mutes their microphone. Silenced users can unmute themselves by clicking the "UNMUTE" button on their HUD.\n\n' +
|
||||
"Banning a user will remove them from this domain and prevent them from returning. You can un-ban users from your domain's settings page."
|
||||
size: hifi.fontSizes.textFieldInput
|
||||
color: hifi.colors.darkGray
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
|
Loading…
Reference in a new issue