From 8b5e20460c19aca0b9b2504a532761ef7b1d22ab Mon Sep 17 00:00:00 2001 From: Shaked Hayek Date: Wed, 10 Jul 2024 17:45:01 +0300 Subject: [PATCH] Default theme for text --- src/components/organisms/LocationApproveWindow.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/organisms/LocationApproveWindow.tsx b/src/components/organisms/LocationApproveWindow.tsx index 231e124f..7db4b31d 100644 --- a/src/components/organisms/LocationApproveWindow.tsx +++ b/src/components/organisms/LocationApproveWindow.tsx @@ -129,7 +129,7 @@ const LocationApprove: FC = ({ isOpen, onClose, news, newFlashTitle }) = {/*The newsflash*/} - {t('LocationApprove.newsFlash')}: + {t('LocationApprove.newsFlash')}: {newFlashTitle} @@ -145,8 +145,8 @@ const LocationApprove: FC = ({ isOpen, onClose, news, newFlashTitle }) = {/*Display map and search to choose location*/} - {t('LocationApprove.accident')}: - ({t('LocationApprove.changeAllowed')}) + {t('LocationApprove.accident')}: + ({t('LocationApprove.changeAllowed')}) @@ -157,14 +157,14 @@ const LocationApprove: FC = ({ isOpen, onClose, news, newFlashTitle }) = {/*Display user name */} - {t('LocationApprove.updater')}: + {t('LocationApprove.updater')}: {userInfo} {/*Status chooser*/} - {t('LocationApprove.status')}: - ({t('LocationApprove.pleaseMark')}) + {t('LocationApprove.status')}: + ({t('LocationApprove.pleaseMark')})