Skip to content

Commit

Permalink
fix: russian language typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gozarman committed Sep 10, 2023
1 parent 31cca8f commit 0665ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/src/components/Language.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const Language: FC<HeaderProps> = ({ actions }) => {
fontSize="sm"
onClick={() => changeLanguage("ru")}
>
русский
Русский
</MenuItem>
</MenuList>
</Menu>
Expand Down

0 comments on commit 0665ca8

Please sign in to comment.