Skip to content

Commit

Permalink
change artefact to proposal (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch authored Jul 23, 2024
1 parent 948fabd commit fddf2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/berlin/src/pages/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ function SelectRegistrationDropdown({
groupName?: string;
}) => {
if (mode === 'create') {
return 'Create a new artefact';
return 'Create a new proposal';
}

return `${index}. ${getRegistrationTitle({
Expand All @@ -478,7 +478,7 @@ function SelectRegistrationDropdown({
return (
showRegistrationsSelect(registrations) && (
<FlexColumn $gap="0.5rem">
<Label>Select Artefact</Label>
<Label>Select Proposal</Label>
<Select
value={selectedRegistrationFormKey ?? ''}
options={createRegistrationForms({ registrations, usersToGroups }).map((form, idx) => ({
Expand Down

0 comments on commit fddf2d9

Please sign in to comment.