Skip to content

Commit

Permalink
fix of localisation (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhya-egov authored Oct 21, 2024
1 parent a428e40 commit f7f79b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LanguageSelection = () => {
<div className="language-button-container" key={index}>
<CustomButton
selected={language.value === selected}
text={language.label}
text={t(language.label)}
onClick={() => handleChangeLanguage(language)}
></CustomButton>
</div>
Expand Down

0 comments on commit f7f79b3

Please sign in to comment.