remove emoji icons in autocomplete/reply by designer request

This commit is contained in:
Bruno Windels 2020-07-31 14:14:37 +02:00
parent 76293970f4
commit 5c05b494df
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ export default class ReplyPreview extends React.Component {
return <div className="mx_ReplyPreview">
<div className="mx_ReplyPreview_section">
<div className="mx_ReplyPreview_header mx_ReplyPreview_title">
{ '💬 ' + _t('Replying') }
{ _t('Replying') }
</div>
<div className="mx_ReplyPreview_header mx_ReplyPreview_cancel">
<img className="mx_filterFlipColor" src={require("../../../../res/img/cancel.svg")} width="18" height="18"