message_edit_form: Rename thread to topic for clarity.

This commit is contained in:
Aman Agrawal 2020-06-29 10:22:31 +05:30 committed by Tim Abbott
parent 4c28786d2d
commit ac0db1ab81
1 changed files with 2 additions and 2 deletions

View File

@ -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>