mirror of https://github.com/zulip/zulip.git
custom_profile_fields: Update label for non-editable field toggle.
The rewording clarifies that this setting allows users to change only
the value of the field for their own account.
This is a follow-up to #29570 which implented the setting through a
series of 3 commits ending in 23efb5cec7
.
This commit is contained in:
parent
21ddd719e7
commit
a435b7687a
|
@ -102,9 +102,9 @@ it out.
|
||||||
|
|
||||||
{!admin-only.md!}
|
{!admin-only.md!}
|
||||||
|
|
||||||
You can configure whether users in your organization can modify their
|
You can configure whether users in your organization can edit custom profile
|
||||||
own custom profile fields. For example, you may want to restrict editing
|
fields for their own account. For example, you may want to restrict editing if
|
||||||
if syncing profile fields from an employee directory.
|
syncing profile fields from an employee directory.
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ if syncing profile fields from an employee directory.
|
||||||
1. In the **Actions** column, click the **pencil** (<i class="fa fa-pencil"></i>)
|
1. In the **Actions** column, click the **pencil** (<i class="fa fa-pencil"></i>)
|
||||||
icon for the profile field you want to configure.
|
icon for the profile field you want to configure.
|
||||||
|
|
||||||
1. Toggle **Users can edit this field**.
|
1. Toggle **Users can edit this field for their own account**.
|
||||||
|
|
||||||
4. Click **Save changes**.
|
4. Click **Save changes**.
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
prefix="profile_field_"
|
prefix="profile_field_"
|
||||||
setting_name="editable_by_user"
|
setting_name="editable_by_user"
|
||||||
is_checked=true
|
is_checked=true
|
||||||
label=(t "Users can edit this field")
|
label=(t "Users can edit this field for their own account")
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
prefix="id-custom-profile-field-"
|
prefix="id-custom-profile-field-"
|
||||||
setting_name="editable-by-user"
|
setting_name="editable-by-user"
|
||||||
is_checked= editable_by_user
|
is_checked= editable_by_user
|
||||||
label=(t "Users can edit this field")
|
label=(t "Users can edit this field for their own account")
|
||||||
}}
|
}}
|
||||||
</form>
|
</form>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
|
|
Loading…
Reference in New Issue