mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Various fixes to support posts with no user (#8877)
* Do not grant badges for posts with no user * Ensure instructions are correct in Change Owner modal * Hide user-dependent actions from posts with no user * Make PostRevisor work with posts with no user * Ensure posts with no user can be deleted * discourse-narrative-bot should ignore posts with no user * Skip TopicLink creation for posts with no user
This commit is contained in:
@@ -2420,6 +2420,9 @@ en:
|
||||
instructions:
|
||||
one: "Please choose a new owner for the post by <b>@{{old_user}}</b>"
|
||||
other: "Please choose a new owner for the {{count}} posts by <b>@{{old_user}}</b>"
|
||||
instructions_without_old_user:
|
||||
one: "Please choose a new owner for the post"
|
||||
other: "Please choose a new owner for the {{count}} posts"
|
||||
|
||||
change_timestamp:
|
||||
title: "Change Timestamp..."
|
||||
|
||||
Reference in New Issue
Block a user