mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:17:45 +08:00
FIX: Simplify post and topic deletion language (#13128)
Based on feedback from Matt Haughey, we don't need to use so many words when describing a deleted topic or post. Co-authored-by: Martin Brennan <martin@discourse.org>
This commit is contained in:
@ -330,7 +330,7 @@ RSpec.describe DiscourseNarrativeBot::AdvancedUserNarrative do
|
||||
|
||||
post = Post.last
|
||||
|
||||
expect(post.raw).to eq(I18n.t('js.post.deleted_by_author', count: 1))
|
||||
expect(post.raw).to eq(I18n.t('js.post.deleted_by_author_simple'))
|
||||
|
||||
PostDestroyer.destroy_stubs
|
||||
|
||||
|
Reference in New Issue
Block a user