Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
owlester12 committed Oct 18, 2024
1 parent c232a58 commit ed7bab8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/components/ClubEditPage/ApplicationsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default function ApplicationsCard({ club }: Props): ReactElement {
helpText="A name for this application, used for identifying it if you have multiple applications per semester."
/>
<Field
name="description"
name="mission"
as={RichTextField}
helpText="Information about the application that will be displayed at the top of the application page."
/>
Expand Down
4 changes: 2 additions & 2 deletions frontend/components/ClubEditPage/ClubEditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ export default function ClubEditCard({
terms != null ? terms.map((term) => term.value).join(',') : null,
},
{
name: 'description',
name: 'mission',
required: true,
placeholder: `Type your ${OBJECT_NAME_SINGULAR} description here!`,
placeholder: `Type your ${OBJECT_NAME_SINGULAR} mission here!`,
type: 'html',
hidden: !REAPPROVAL_QUEUE_ENABLED,
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/EmbedOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const EmbedOption = (props: Props): ReactElement => {
<h1>Embed Content</h1>
<p>
You can use this tool to embed multimedia content into your club
description. If you run into any issues using the tool, please
mission. If you run into any issues using the tool, please
contact <Contact />. Here are examples of some of the things you can
embed.
</p>
Expand Down

0 comments on commit ed7bab8

Please sign in to comment.