Skip to content

Commit

Permalink
Merge pull request canonical#13118 from canonical/jpmartinspt-pro-sub…
Browse files Browse the repository at this point in the history
…-version-fixes

Pro subscribe - Version section fixes
  • Loading branch information
jpmartinspt authored Aug 29, 2023
2 parents 67a4f91 + cce609c commit a880183
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 @@ -64,7 +64,7 @@ const Form = () => {
<h2>What Ubuntu LTS version are you running?</h2>
<p style={{ marginLeft: "3.6rem" }}>
{" "}
Ubuntu Advantage is available for Ubuntu 14.04 and higher.
Ubuntu Pro is available for Ubuntu 14.04 and higher.
<br />{" "}
<a href="/contact-us/form?product=pro">
Are you using an older version?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const defaultValues: FormContext = {
setProductUser: () => {},
productType: ProductTypes.physical,
setProductType: () => {},
version: LTSVersions.jammy,
version: LTSVersions.focal,
setVersion: () => {},
feature: Features.pro,
setFeature: () => {},
Expand Down

0 comments on commit a880183

Please sign in to comment.