Skip to content

Commit

Permalink
fix(auth): fix typo in request password sub-title (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodershome authored and nnixaa committed Dec 19, 2017
1 parent 9c77dad commit 336b05e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ import { NbAuthResult, NbAuthService } from '../../services/auth.service';
template: `
<nb-auth-block>
<h2 class="title">Forgot Password</h2>
<small class="form-text sub-title">Enter your email adress and we’ll send a like to reset your password</small>
<small class="form-text sub-title">Enter your email adress and we’ll send a link to reset your password</small>
<form (ngSubmit)="requestPass()" #requestPassForm="ngForm">
<div *ngIf="showMessages.error && errors && errors.length > 0 && !submitted"
Expand Down

0 comments on commit 336b05e

Please sign in to comment.