mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
message-editing: Change default move option.
This commit is contained in:
parent
0bf7d76fb2
commit
7758317250
@ -31,8 +31,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<select class='message_edit_topic_propagate' style='display:none;'>
|
||||
<option selected="selected" value="change_one"> {{t "Move only this message" }}</option>
|
||||
<option value="change_later"> {{t "Move this and all following messages in this topic" }}</option>
|
||||
<option value="change_one"> {{t "Move only this message" }}</option>
|
||||
<option selected="selected" value="change_later"> {{t "Move this and all following messages in this topic" }}</option>
|
||||
<option value="change_all"> {{t "Move all messages in this topic" }}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user