considerably simplify copy for change owner

This commit is contained in:
Jeff Atwood 2018-09-18 14:15:08 -07:00
parent e95d6a12c5
commit f43b5bb3c1
2 changed files with 3 additions and 8 deletions

View File

@ -1,11 +1,8 @@
{{#d-modal-body class='change-ownership'}} {{#d-modal-body class='change-ownership'}}
{{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}} {{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}}
<p>
{{{i18n 'topic.change_owner.instructions_warn'}}}
</p>
<form> <form>
<label>{{i18n 'topic.change_owner.label'}}</label> <label></label>
{{user-selector single="true" {{user-selector single="true"
usernames=new_user usernames=new_user
placeholderKey="topic.change_owner.placeholder" placeholderKey="topic.change_owner.placeholder"

View File

@ -2003,12 +2003,10 @@ en:
title: "Change Owner of Posts" title: "Change Owner of Posts"
action: "change ownership" action: "change ownership"
error: "There was an error changing the ownership of the posts." error: "There was an error changing the ownership of the posts."
label: "New Owner of Posts"
placeholder: "username of new owner" placeholder: "username of new owner"
instructions: instructions:
one: "Please choose the new owner of the post by <b>{{old_user}}</b>." one: "Please choose a new owner for the post by <b>@{{old_user}}</b>"
other: "Please choose the new owner of the {{count}} posts by <b>{{old_user}}</b>." other: "Please choose a new owner for the {{count}} posts by <b>@{{old_user}}</b>"
instructions_warn: "Note that any notifications about this post will not be transferred to the new user retroactively."
change_timestamp: change_timestamp:
title: "Change Timestamp..." title: "Change Timestamp..."