mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
custom profile fields: Add placeholder for custom URL.
This makes the feature useable for someone who hasn't used it before.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
<div class="control-group" id="custom_external_account_url_pattern">
|
||||
<label for="custom_field_url_pattern" class="control-label">{{t "URL pattern" }}</label>
|
||||
<input type="url" id="custom_field_url_pattern" name="url_pattern" autocomplete="off" maxlength="80" />
|
||||
<input type="url" id="custom_field_url_pattern" name="url_pattern" autocomplete="off" maxlength="1024" placeholder="https://example.com/path/%(username)s"/>
|
||||
</div>
|
||||
<button type="submit" class="button rounded sea-green" id="add-custom-profile-field-btn">
|
||||
{{t 'Add profile field' }}
|
||||
|
Reference in New Issue
Block a user