Fix a number visual bugs with message forwarding

This commit is contained in:
Scott Nonnenberg 2021-05-04 07:57:14 -07:00 committed by GitHub
parent 736075322c
commit f0b3c43313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 67 additions and 15 deletions

View file

@ -250,13 +250,11 @@ export const ForwardMessageModal: FunctionComponent<PropsType> = ({
</button>
) : (
<button
aria-label={i18n('cancel')}
className="module-ForwardMessageModal__header--cancel"
aria-label={i18n('close')}
className="module-ForwardMessageModal__header--close"
onClick={onClose}
type="button"
>
{i18n('cancel')}
</button>
/>
)}
<h1>{i18n('forwardMessage')}</h1>
</div>