Fix reactions i18n key

This commit is contained in:
Evan Hahn 2021-09-08 11:25:16 -05:00 committed by GitHub
parent 9ada9f6a47
commit 1184098b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -120,14 +120,14 @@ export const ReactionPicker = React.forwardRef<HTMLDivElement, Props>(
} else {
moreButton = (
<button
aria-label={i18n('ReactionsViewer--more')}
aria-label={i18n('Reactions--more')}
className="module-ReactionPicker__button module-ReactionPicker__button--more"
onClick={event => {
event.stopPropagation();
setPickingOther(true);
}}
tabIndex={0}
title={i18n('ReactionsViewer--more')}
title={i18n('Reactions--more')}
type="button"
>
<div className="module-ReactionPicker__button--more__dot" />