mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-16 00:00:03 +01:00
name edit button of dashboard to edit layout
This commit is contained in:
parent
72cc4bfb7b
commit
9a3aa77851
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class DashboardButtonGroup extends React.Component {
|
|||
|
||||
buttons.push(
|
||||
<Button key={key++} onClick={this.props.onEdit} style={buttonStyle}>
|
||||
<Icon icon="pen" /> Edit
|
||||
<Icon icon="pen" /> Edit Layout
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue