mirror of https://github.com/zulip/zulip.git
settings_overlay: Change privacy icon to a lock.
This avoids duplication with the `fa-user` for the user's profile, and is also just more intuitive for account/security settings. Fixes #19737.
This commit is contained in:
parent
9299ad7843
commit
87cd743f99
|
@ -16,7 +16,7 @@
|
|||
<div class="text">{{t "Profile" }}</div>
|
||||
</li>
|
||||
<li tabindex="0" data-section="account-and-privacy">
|
||||
<i class="icon fa fa-user" aria-hidden="true"></i>
|
||||
<i class="icon fa fa-lock" aria-hidden="true"></i>
|
||||
<div class="text">{{t "Account & privacy" }}</div>
|
||||
</li>
|
||||
<li tabindex="0" data-section="display-settings">
|
||||
|
|
Loading…
Reference in New Issue