Skip to content

Commit

Permalink
Display strings in uppercase (#291)
Browse files Browse the repository at this point in the history
Translation string will be changed to a capitalized string instead of uppercase.
  • Loading branch information
schroda authored May 10, 2023
1 parent 2e05e7d commit d92dc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Updates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const Updates: React.FC = () => {
ml: 3,
my: 2,
fontWeight: 700,
textTransform: 'uppercase',
}}
>
{dateGroup[0]}
Expand Down

0 comments on commit d92dc83

Please sign in to comment.