mirror of
https://github.com/mue/mue.git
synced 2026-06-11 19:18:57 +02:00
feat: missing translation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user