Added a custom buttonText to the ConfigurationArea.jsx
This commit is contained in:
parent
d5b17aa842
commit
fa1c9554b7
@ -94,7 +94,7 @@ export const ConfigurationArea = ({current}) => {
|
||||
})}
|
||||
|
||||
<div className="align-right">
|
||||
<Button icon={faDownload} text="Installieren" onClick={update}/>
|
||||
<Button icon={faDownload} text={current.buttonText || "Installieren"} onClick={update}/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user