settings: Use "Label" consistently for custom profile field label.

We use Label as the heading for the field label column in the custom profile
fields table; but for some reason the edit UI called this "Name" instead.

Fixes #21260.
This commit is contained in:
Yogesh Sirsat 2022-03-02 10:38:34 +05:30 committed by GitHub
parent e2683b7f09
commit 67870090f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<td colspan="3">
<form class="form-horizontal name-setting">
<div class="input-group">
<label for="name">{{t "Name" }}</label>
<label for="name">{{t "Label" }}</label>
<input type="text" name="name" value="{{ name }}" maxlength="40" />
</div>
<div class="input-group hint_change_container">