message-editing: Change default move option.

This commit is contained in:
Julia Bichler 2022-07-23 12:05:46 +02:00 committed by Tim Abbott
parent 0bf7d76fb2
commit 7758317250
1 changed files with 2 additions and 2 deletions

View File

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