Skip to content

Commit

Permalink
Update 'You've got' to 'you have'. (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Sep 2, 2024
1 parent 6ad0c50 commit 9b59fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/src/components/account-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function AccountStatus() {
bodyText={
! svnPasswordSet
? 'You have not configured a SVN password for your account.'
: "You've got a SVN password configured for your account."
: 'You have an SVN password configured for your account.'
}
/>
) : (
Expand Down

0 comments on commit 9b59fc7

Please sign in to comment.