Skip to content

Commit

Permalink
translate all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjzhao committed Sep 6, 2023
1 parent 3e844bb commit 71b7003
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ interface AccordionItemProps {

const HighLevelProjectPlan = () => {
const { t: highLevelT } = useTranslation('highLevelProjectPlans');
const { t: generalT } = useTranslation('general');

const { prevPathname, selectedSolution: solution } = useModalSolutionState(
null
Expand Down Expand Up @@ -104,7 +105,7 @@ const HighLevelProjectPlan = () => {

<Link
href="https://docs.google.com/spreadsheets/d/143yWa6QmW44c5BWZVWc8Zl2jkg7VQM8io5xEn17lna4/edit?usp=sharing"
aria-label="Open in a new tab"
aria-label={generalT('newTab')}
target="_blank"
rel="noopener noreferrer"
className="display-flex flex-align-center width-fit-content margin-bottom-3"
Expand Down

0 comments on commit 71b7003

Please sign in to comment.