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 {
|
} else {
|
||||||
moreButton = (
|
moreButton = (
|
||||||
<button
|
<button
|
||||||
aria-label={i18n('ReactionsViewer--more')}
|
aria-label={i18n('Reactions--more')}
|
||||||
className="module-ReactionPicker__button module-ReactionPicker__button--more"
|
className="module-ReactionPicker__button module-ReactionPicker__button--more"
|
||||||
onClick={event => {
|
onClick={event => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
setPickingOther(true);
|
setPickingOther(true);
|
||||||
}}
|
}}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
title={i18n('ReactionsViewer--more')}
|
title={i18n('Reactions--more')}
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<div className="module-ReactionPicker__button--more__dot" />
|
<div className="module-ReactionPicker__button--more__dot" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue