mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +08:00
considerably simplify copy for change owner
This commit is contained in:
parent
e95d6a12c5
commit
f43b5bb3c1
|
@ -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"
|
||||||
|
|
|
@ -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..."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user