diff --git a/apps/web/app/[locale]/profile/[memberId]/page.tsx b/apps/web/app/[locale]/profile/[memberId]/page.tsx index 2152a1cf4..cfe785764 100644 --- a/apps/web/app/[locale]/profile/[memberId]/page.tsx +++ b/apps/web/app/[locale]/profile/[memberId]/page.tsx @@ -103,9 +103,6 @@ const Profile = React.memo(function ProfilePage({ params }: { params: { memberId {t('common.MEMBER')} {t('common.NOT_FOUND')}! - - {t('pages.profile.MEMBER_NOT_FOUND_MSG_1')} - {t('pages.profile.MEMBER_NOT_FOUND_MSG_1')} diff --git a/apps/web/lib/features/manual-time/add-manual-time-modal.tsx b/apps/web/lib/features/manual-time/add-manual-time-modal.tsx index 9c9a63431..c2b4ee861 100644 --- a/apps/web/lib/features/manual-time/add-manual-time-modal.tsx +++ b/apps/web/lib/features/manual-time/add-manual-time-modal.tsx @@ -152,7 +152,7 @@ export function AddManualTimeModal(props: IAddManualTimeModalProps) {
- {date ? format(date, "PPP") : Pick a date} + {date ? format(date, "PPP") : {t('manualTime.PICK_A_DATE')}} } @@ -198,7 +198,7 @@ export function AddManualTimeModal(props: IAddManualTimeModalProps) {
- +
t(`manualTime.reasons.${reason}`))} @@ -282,7 +282,7 @@ export function AddManualTimeModal(props: IAddManualTimeModalProps) { />
- +