Skip to content

Commit

Permalink
Merge pull request #1442 from matkoniecz/better_text
Browse files Browse the repository at this point in the history
Better text
  • Loading branch information
matkoniecz authored Nov 22, 2024
2 parents b1669c5 + b04dd35 commit b16e0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/frontend/building/data-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
onMapColourScale={this.props.onMapColourScale}
/>
</form> :
<InfoBox msg="Select any building to view data options"></InfoBox>
<InfoBox msg="Select a building to add, view or amend the data"></InfoBox>
}
<hr/>
</div>
Expand Down
4 changes: 0 additions & 4 deletions app/src/frontend/building/data-containers/age-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,6 @@ const AgeHistoryView: React.FunctionComponent<CategoryViewProps> = (props) => {
</>
}
</DataEntryGroup>
<InfoBox type='warning'>
This section is under development in collaboration with the historic environment sector.
Please let us know your suggestions on the <a href="https://discuss.colouring.london/t/dynamics-category-discussion/107">discussion forum</a>! (external link - save your edits first)
</InfoBox>
</DataEntryGroup>
<DataEntryGroup name="Survival Tracking" collapsed={subcat==null || subcat!="5"}>
<div className={`alert alert-dark`} role="alert" style={{ fontSize: 13, backgroundColor: "#f6f8f9" }}>
Expand Down

0 comments on commit b16e0d2

Please sign in to comment.