Skip to content

Commit

Permalink
[native] Change 'Create Community' to 'Create community'
Browse files Browse the repository at this point in the history
Summary: Requested in D8379, this just changes the button copy to match the capitalization across the app

Test Plan:
Checked that button updated (screenshot below)

{F621995}

Reviewers: atul, ashoat, ginsu

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D8427
  • Loading branch information
RohanK6 committed Jul 5, 2023
1 parent 83e3589 commit c0a906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/community-creation/community-configuration.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function CommunityConfiguration(props: Props): React.Node {
<RegistrationButtonContainer>
<RegistrationButton
onPress={createNewCommunity}
label="Create Community"
label="Create community"
variant={
createNewCommunityLoadingStatus === 'loading'
? 'loading'
Expand Down

0 comments on commit c0a906c

Please sign in to comment.