Skip to content

Commit

Permalink
fix: wrong translation key is used
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Mar 4, 2024
1 parent e66bcce commit 23f4208
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ const ApplicationForm: React.FC = () => {
</$Grid>

<div>
<$MainHeading>{t('common:mainIngress.heading')}</$MainHeading>
<$MainHeading>
{t('common:applications.pageHeaders.new')}
</$MainHeading>
</div>
</>
)}
Expand Down

0 comments on commit 23f4208

Please sign in to comment.