Set a tooltip on the reaction button.

This commit is contained in:
Boris Grozev 2018-02-08 23:07:07 -06:00
parent d7c5d4126f
commit d24cd88a8a
2 changed files with 3 additions and 1 deletions

View File

@ -498,6 +498,7 @@
"standardDefinition": "Standard definition",
"qualityButtonTip": "Change received video quality"
},
"reactionsButtonTip": "Send a reaction",
"dialOut": {
"dial": "Dial",
"dialOut": "Call a #",

View File

@ -20,7 +20,8 @@ const DEFAULT_BUTTON_CONFIGURATION = {
buttonName: 'reactions',
classNames: [ 'button', 'icon-star-full' ],
enabled: true,
id: 'toolbar_button_reactions'
id: 'toolbar_button_reactions',
tooltipKey: 'reactionsButtonTip'
};
/**