mirror of https://github.com/zulip/zulip.git
message_edit_form: Rename thread to topic for clarity.
This commit is contained in:
parent
4c28786d2d
commit
ac0db1ab81
|
@ -23,12 +23,12 @@
|
||||||
<input class="send_notification_to_new_thread" name="send_notification_to_new_thread" type="checkbox" {{#if notify_new_thread}}checked="checked"{{/if}}>
|
<input class="send_notification_to_new_thread" name="send_notification_to_new_thread" type="checkbox" {{#if notify_new_thread}}checked="checked"{{/if}}>
|
||||||
<span></span>
|
<span></span>
|
||||||
</label>
|
</label>
|
||||||
<label for="send_notification_to_new_thread">{{t "Send notification to new thread" }}</label>
|
<label for="send_notification_to_new_thread">{{t "Send notification to new topic" }}</label>
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input class="send_notification_to_old_thread" name="send_notification_to_old_thread" type="checkbox" {{#if notify_old_thread}}checked="checked"{{/if}}>
|
<input class="send_notification_to_old_thread" name="send_notification_to_old_thread" type="checkbox" {{#if notify_old_thread}}checked="checked"{{/if}}>
|
||||||
<span></span>
|
<span></span>
|
||||||
</label>
|
</label>
|
||||||
<label for="send_notification_to_old_thread">{{t "Send notification to old thread" }}</label>
|
<label for="send_notification_to_old_thread">{{t "Send notification to old topic" }}</label>
|
||||||
</div>
|
</div>
|
||||||
<select class='message_edit_topic_propagate' style='display:none;'>
|
<select class='message_edit_topic_propagate' style='display:none;'>
|
||||||
<option selected="selected" value="change_later"> {{t "Change later messages to this topic" }}</option>
|
<option selected="selected" value="change_later"> {{t "Change later messages to this topic" }}</option>
|
||||||
|
|
Loading…
Reference in New Issue