Skip to content

Commit

Permalink
Translation change
Browse files Browse the repository at this point in the history
  • Loading branch information
nemisis84 committed Nov 14, 2024
1 parent b498d5d commit 6744106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function RecruitmentInterviewNotesForm ({initialData }: RecruitmentInterv
name="notes"
render={({ field }) => (
<FormItem>
<FormLabel>{`${t(KEY.common_long_description)} ${t(KEY.common_english)}`}</FormLabel>
<FormLabel>{t(KEY.recruitment_interview_notes)}</FormLabel>
<FormControl>
<Textarea {...field}
onBlur={(newNotes) => {
Expand Down

0 comments on commit 6744106

Please sign in to comment.