Fix reactions i18n key
This commit is contained in:
parent
9ada9f6a47
commit
1184098b42
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue