UX: Simplify narrative bot bio (#11820)

This commit is contained in:
tshenry
2021-01-22 17:21:26 -08:00
committed by GitHub
parent 6d30e01d1c
commit 17e683d373
2 changed files with 2 additions and 2 deletions

View File

@ -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