change to "Edit History"

This commit is contained in:
Ed Chalstrey 2022-08-09 10:14:01 +01:00
parent 96039dd135
commit 96df9517d4

View File

@ -330,7 +330,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
<NavLink
className="icon-button history"
to={`/${this.props.mode}/${this.props.cat}/${this.props.building.building_id}/history`}
>History</NavLink>
>Edit History</NavLink>
<ViewEditControl
cat={this.props.cat}
mode={this.props.mode}