From 9b59fc76e7e04c131704a5ab44a0ccf0376ac8ed Mon Sep 17 00:00:00 2001 From: Steven Dufresne Date: Mon, 2 Sep 2024 15:04:33 +0900 Subject: [PATCH] Update 'You've got' to 'you have'. (#312) --- settings/src/components/account-status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/src/components/account-status.js b/settings/src/components/account-status.js index ae19e371..201eb5eb 100644 --- a/settings/src/components/account-status.js +++ b/settings/src/components/account-status.js @@ -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.' } /> ) : (