Skip to content

Commit

Permalink
Update interface/resources/qml/hifi/Pal.qml
Browse files Browse the repository at this point in the history
Co-authored-by: David Rowe <[email protected]>
  • Loading branch information
digisomni and ctrlaltdavid authored Apr 4, 2021
1 parent d00711f commit 8c92910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/resources/qml/hifi/Pal.qml
Original file line number Diff line number Diff line change
@@ -756,7 +756,7 @@ Rectangle {
"Admin Actions",
"<b>Silence</b> mutes a user's microphone. Silenced users can unmute themselves by clicking &quot;UNMUTE&quot; on their toolbar.<br><br>" +
"<b>Ban (left)</b> identifies a user by username (if applicable) and machine fingerprint, then removes them from this domain and prevents them from returning. Admins can un-ban users from the Server Domain Settings page.<br><br>" +
"<b>Hard Ban (right)</b> identifies a user by username (if applicable), machine fingerprint, and IP address, then removes them from this domain and prevents them from returning. Admins can un-ban users from the Sandbox Domain Settings page.");
"<b>Hard Ban (right)</b> identifies a user by username (if applicable), machine fingerprint, and IP address, then removes them from this domain and prevents them from returning. Admins can un-ban users from the Server Domain Settings page.");
onEntered: adminHelpText.color = "#94132e";
onExited: adminHelpText.color = hifi.colors.redHighlight;
}

0 comments on commit 8c92910

Please sign in to comment.