Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename one of sections #1427

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/frontend/building/data-containers/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
required={streetscapeResponseRequired}
/> */}
</DataEntryGroup>
<DataEntryGroup name="Buildings in community use" collapsed={subcat==null || subcat!="2"}>
<DataEntryGroup name="Building in Community Use / Ownership" collapsed={subcat==null || subcat!="2"}>
<div className={`alert alert-dark`} role="alert" style={{ fontSize: 14, backgroundColor: "#f6f8f9" }}>
<i>
Here we are collecting information on the location of buildings used for community activities so we can track loss of/additions to community space over time.
Expand Down
Loading