Skip to content

Commit

Permalink
[web] Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Nov 24, 2023
1 parent b8bcd74 commit ea074d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/l10n/L10nPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ export default function L10nPage() {
actionLabel={_("Back")}
actionVariant="secondary"
>
<TimezoneSection />
<LocaleSection />
<KeymapSection />
<TimezoneSection />
</Page>
);
}
2 changes: 1 addition & 1 deletion web/src/components/overview/L10nSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Content = ({ locales }) => {

return (
<Text>
{msg1}<Em>{`${locale.name} (${locale.id})`}</Em>{msg2}
{msg1}<Em>{`${locale.name} (${locale.territory})`}</Em>{msg2}
</Text>
);
};
Expand Down

0 comments on commit ea074d0

Please sign in to comment.