1
0
Fork 0
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:
Sonja Happ 2020-03-27 14:19:40 +01:00
parent 72cc4bfb7b
commit 9a3aa77851

View file

@ -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>
);
}