Skip to content

Commit

Permalink
Update casing
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Mar 18, 2024
1 parent b02dae7 commit 6de4c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Profile/Header/ProfileHeaderLabeler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ let ProfileHeaderLabeler = ({
{isSubscribed ? (
<Trans>Unsubscribe</Trans>
) : (
<Trans>Subscribe to labeler</Trans>
<Trans>Subscribe to Labeler</Trans>
)}
</Text>
</View>
Expand Down

0 comments on commit 6de4c7a

Please sign in to comment.