fix: label date -> date or date range, closes #1564

This commit is contained in:
Amruth Pillai
2023-11-26 15:50:02 +01:00
parent e26ca2adf1
commit 57aac2ab62
51 changed files with 248 additions and 110 deletions

View File

@ -69,7 +69,7 @@ export const ExperienceDialog = () => {
control={form.control}
render={({ field }) => (
<FormItem>
<FormLabel>{t`Date`}</FormLabel>
<FormLabel>{t`Date or Date Range`}</FormLabel>
<FormControl>
<Input {...field} placeholder={t`March 2023 - Present`} />
</FormControl>