Skip to content

Commit b35cff3

Browse files
committed
chore: Adjust hosting region help text signup page
Signed-off-by: Michael Clelland <[email protected]>
1 parent 62664c2 commit b35cff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/js/components/login/signup-steps/__snapshots__/orgdata-entry.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-11:focus::-ms-input-
925925
class="margin-bottom-none margin-top-none muted"
926926
style="margin-right: 4px;"
927927
>
928-
Choose which instance to set up your Mender account.
928+
Choose a hosting region for your account.
929929
</p>
930930
<a
931931
href="https://docs.mender.io/general/hosted-mender-regions"

src/js/components/login/signup-steps/orgdata-entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const OrgDataEntry = ({ classes, data: { name, email, emailVerified, tos,
5353

5454
<div className="flexbox center-aligned margin-top slightly-smaller">
5555
<p className="margin-bottom-none margin-top-none muted" style={{ marginRight: 4 }}>
56-
Choose which instance to set up your Mender account.
56+
Choose a hosting region for your account.
5757
</p>
5858
<a href="https://docs.mender.io/general/hosted-mender-regions" target="_blank" rel="noopener noreferrer">
5959
Learn more

0 commit comments

Comments
 (0)