Skip to content

Commit

Permalink
chore: Adjust hosting region help text signup page
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clelland <[email protected]>
  • Loading branch information
michaelntech committed Mar 31, 2023
1 parent 65639c8 commit d3b2bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-11:focus::-ms-input-
class="margin-bottom-none margin-top-none muted"
style="margin-right: 4px;"
>
Choose which instance to set up your Mender account.
Choose a hosting region for your account.
</p>
<a
href="https://docs.mender.io/general/hosted-mender-regions"
Expand Down
2 changes: 1 addition & 1 deletion src/js/components/login/signup-steps/orgdata-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const OrgDataEntry = ({ classes, data: { name, email, emailVerified, tos,

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

0 comments on commit d3b2bdb

Please sign in to comment.