Skip to content

Commit

Permalink
style(welcome): Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Dec 21, 2024
1 parent 48d001b commit 4e8aabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/welcome/welcomedesk.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Congratulations -- your new Runbox account is ready!</h1>
<div *ngIf="postSignup == 'offer'" id="introSpecialOffer">
<h3>Take advantage of our current 20% discount by proceeding to <a routerLink="/account/plans">Plans & Upgrades</a> below.</h3>
<h4 *ngIf="!me.is_alternative_email_validated">Please validate your alternative email addressm, <a routerLink="/account/details">Visit the Account Details page to resend the email</a>.</h4>
<h4 *ngIf="!me.is_alternative_email_validated">Please validate your alternative email address, <a routerLink="/account/details">Visit the Account Details page to resend the email</a>.</h4>
<h4> You can also <a routerLink="/welcome">continue setting up your account</a>, or go <a routerLink="/">straight to your Inbox</a>.</h4>
<br />
<a routerLink="/account/plans">
Expand Down

0 comments on commit 4e8aabc

Please sign in to comment.