diff --git a/app/assets/javascripts/discourse/templates/modal/change-owner.hbs b/app/assets/javascripts/discourse/templates/modal/change-owner.hbs index 1069c0d2fac..a4e0a35c9b0 100644 --- a/app/assets/javascripts/discourse/templates/modal/change-owner.hbs +++ b/app/assets/javascripts/discourse/templates/modal/change-owner.hbs @@ -1,6 +1,8 @@ {{#d-modal-body class='change-ownership'}} - {{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}} + {{i18n (if selectedPostsUsername 'topic.change_owner.instructions' 'topic.change_owner.instructions_without_old_user') + count=selectedPostsCount + old_user=selectedPostsUsername}}