feat: missing translation

This commit is contained in:
alexsparkes
2022-09-06 13:14:35 +01:00
parent d8a6ba7101
commit 532f7cff8c

View File

@@ -232,7 +232,7 @@ export default class Item extends PureComponent {
/>
{this.props.button}
<div className="iconButtons">
<Tooltip title="Share" key="share">
<Tooltip title={variables.getMessage('widgets.quote.share')} key="share">
<button onClick={() => this.setState({ shareModal: true })}>
<MdIosShare />
</button>