Skip to content
Merged
Show file tree
Hide file tree
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 src/app/components/elements/inputs/CountryInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const CountryInput = ({className, userToUpdate, setUserToUpdate, countryC
return <FormGroup className={className}>
<Label htmlFor={`${idPrefix}-country-select`} className={classNames("fw-bold", (required ? "form-required" : "form-optional"))}>Country</Label>
<p className="d-block input-description mb-2">
{textOverride || siteSpecific("This helps us to measure our reach and impact.", "This helps us personalise the platform for you.")}
{textOverride || siteSpecific("The country you go to school in. This helps us to measure our reach and impact.", "The country you go to school in. This helps us personalise the platform for you.")}
</p>
<StyledDropdown
id={`${idPrefix}-country-select`}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/elements/inputs/SchoolInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const SchoolInput = ({userToUpdate, setUserToUpdate, submissionAttempted,
return <FormGroup className={`school mb-4 ${className} `}>
<Label htmlFor={`school-input-${randomNumber}`} className={classNames("fw-bold", (required ? "form-required" : "form-optional"))}>School</Label>
<p className="d-block input-description">
{siteSpecific("The country you go to school in. This helps us promote events near you.", "The country you go to school in. This helps us measure our reach and impact.")}
{siteSpecific("This helps us promote events near you.", "This helps us measure our reach and impact.")}
</p>
{userToUpdate.schoolOther !== NOT_APPLICABLE && <React.Fragment>
<AsyncCreatableSelect
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/elements/panels/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const UserProfile = (props: UserProfileProps) => {
countryCodeValid={validateCountryCode(userToUpdate.countryCode)}
submissionAttempted={submissionAttempted}
required={true}
textOverride={siteSpecific("This helps us to measure our reach and impact. If you did not select a country when you registered, we may have suggested one from your school or school email address.", undefined)}
textOverride={siteSpecific("The country you go to school in. This helps us to measure our reach and impact. If you did not select a country when you registered, we may have suggested one from your school or school email address.", undefined)}
/>
<SchoolInput
userToUpdate={userToUpdate}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading