about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-22 18:52:59 +0200
committerThibaut Girka <thib@sitedethib.com>2018-10-22 18:57:20 +0200
commit0c7f710be1208397f2d803270a503c1224f19831 (patch)
tree753fcb82fecaf356abbb3317ad8f02370def45f3 /app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js
parent323ae1403a7aef884d617decac36963afcc7fc70 (diff)
[Glitch] Surround mid-text display names with bdi tags
Port 7861c5f108a8f8cb0450f3b1ef865b1177c706fc to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js')
-rw-r--r--app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js b/app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js
index 1c0e081cc..280389bba 100644
--- a/app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js
+++ b/app/javascript/flavours/glitch/features/account_timeline/components/moved_note.js
@@ -34,7 +34,7 @@ export default class MovedNote extends ImmutablePureComponent {
       <div className='account__moved-note'>
         <div className='account__moved-note__message'>
           <div className='account__moved-note__icon-wrapper'><i className='fa fa-fw fa-suitcase account__moved-note__icon' /></div>
-          <FormattedMessage id='account.moved_to' defaultMessage='{name} has moved to:' values={{ name: <strong dangerouslySetInnerHTML={displayNameHtml} /> }} />
+          <FormattedMessage id='account.moved_to' defaultMessage='{name} has moved to:' values={{ name: <bdi><strong dangerouslySetInnerHTML={displayNameHtml} /></bdi> }} />
         </div>
 
         <a href={to.get('url')} onClick={this.handleAccountClick} className='detailed-status__display-name'>