Skip to content

Commit fe7eaea

Browse files
committed
chore(candidate): update address label in AutocompleteAddress component
1 parent 8552e77 commit fe7eaea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/reva-candidate/src/app/(candidate)/profile/_components/CandidateInformationForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ const CandidateInformationForm = ({
355355
<div className="flex gap-8">
356356
{manualAddressSelected ? (
357357
<Input
358-
label="Numéro et nom de rue"
358+
label="Adresse"
359359
className="w-full flex-1 mb-0"
360360
nativeInputProps={register("street")}
361361
state={errors.street ? "error" : "default"}

packages/reva-candidate/src/components/autocomplete-address/AutocompleteAddress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const AutocompleteAddress = ({
107107
}}
108108
state={state}
109109
stateRelatedMessage={stateRelatedMessage}
110-
label="Adresse complète"
110+
label="Adresse"
111111
data-testid="autocomplete-input"
112112
iconId="fr-icon-map-pin-2-fill"
113113
/>

0 commit comments

Comments
 (0)