mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Rename "Full name" label to "Name" in bot modals.
This commit renames "Full name" label to "Name" in bot creation and bot edit modal.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<label for="create_bot_name">{{t "Full name" }}</label>
|
||||
<label for="create_bot_name">{{t "Name" }}</label>
|
||||
<input type="text" name="bot_name" id="create_bot_name" class="required modal_text_input"
|
||||
maxlength=100 placeholder="{{t 'Cookie Bot' }}" value="" />
|
||||
<div><label for="create_bot_name" generated="true" class="text-error"></label></div>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<div id="bot-edit-form" data-user-id="{{user_id}}" data-email="{{email}}">
|
||||
<form class="new-style edit_bot_form name-setting">
|
||||
<div class="input-group name_change_container">
|
||||
<label for="edit_bot_full_name">{{t "Full name" }}</label>
|
||||
<label for="edit_bot_full_name">{{t "Name" }}</label>
|
||||
<input type="text" autocomplete="off" name="full_name" id="edit_bot_full_name" class="modal_text_input" value="{{ full_name }}" />
|
||||
</div>
|
||||
<input type="hidden" name="is_full_name" value="true" />
|
||||
|
Reference in New Issue
Block a user