mirror of
https://github.com/mue/mue.git
synced 2026-07-23 00:37:27 +02:00
fix(translations): modal error fixes
This commit is contained in:
@@ -25,7 +25,7 @@ export default function ShareModal({ modalClose, data }) {
|
||||
<div className="smallModal">
|
||||
<div className="shareHeader">
|
||||
<span className="title">{getMessage('widgets.quote.share')}</span>
|
||||
<Tooltip title="Close">
|
||||
<Tooltip title={getMessage('modals.welcome.buttons.close')}>
|
||||
<div className="close" onClick={modalClose}>
|
||||
<MdClose />
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function InfoTooltip({ title, style, placement, subtitle }) {
|
||||
>
|
||||
<div className="tooltipHeader">
|
||||
<span className="title">{title}</span>
|
||||
<Tooltip title="Close">
|
||||
<Tooltip title={getMessage('modals.welcome.buttons.close')}>
|
||||
<div className="close" onClick={() => setShowTooltip(false)}>
|
||||
<MdClose />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user