mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
UX: Simplify narrative bot bio (#11820)
This commit is contained in:
@ -49,7 +49,7 @@ bot.create_user_profile! if !bot.user_profile
|
||||
|
||||
if !bot.user_profile.bio_raw
|
||||
bot.user_profile.update!(
|
||||
bio_raw: I18n.t('discourse_narrative_bot.bio', site_title: SiteSetting.title, discobot_username: bot.username)
|
||||
bio_raw: I18n.t('discourse_narrative_bot.bio')
|
||||
)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user