Skip to content

Commit

Permalink
fix(shortscuts): reactions description translations
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiborlea committed Jun 29, 2023
1 parent 699b797 commit c2fddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/toolbox/components/web/Toolbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class Toolbox extends Component<IProps> {
return {
character: REACTIONS[key].shortcutChar,
exec: onShortcutSendReaction,
helpDescription: t(`toolbar.reaction${key.charAt(0).toUpperCase()}${key.slice(1)}`),
helpDescription: `toolbar.reaction${key.charAt(0).toUpperCase()}${key.slice(1)}`,
altKey: true
};
});
Expand Down

0 comments on commit c2fddd4

Please sign in to comment.