diff --git a/frontend/eda/overview/EdaOverview.tsx b/frontend/eda/overview/EdaOverview.tsx index 36930f7b77..53431d53bf 100644 --- a/frontend/eda/overview/EdaOverview.tsx +++ b/frontend/eda/overview/EdaOverview.tsx @@ -68,22 +68,31 @@ export function EdaOverview() { > - - {t('To learn how to get started, ')} - - {t('view the documentation, ')} - - - {t('check out our instruct guides')} - - {t(', or follow the steps below.')} - + + {t('To learn how to get started, ')} + {t('view the documentations (')} + + {t('Quick start guide')} + + {t(' and ')} + + {t('Controller user guide')} + + {t('), ')} + + {t('check out our instruct guides')} + + {t(', or follow the steps below.')} +