Skip to content

Commit

Permalink
New hint message, see colouring-cities#378
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Nov 21, 2024
1 parent c6144de commit 93dc5d5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 93dc5d5

Please sign in to comment.