]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+login/login.component.html
adjust registration form width on mobile (#3274)
[github/Chocobozzz/PeerTube.git] / client / src / app / +login / login.component.html
index 599b203ae74977b4b30c080d34a94892101a85eb..7ceae9311ddc813c928d2f3a956d5d093e91f828 100644 (file)
       We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
     </div>
 
+    <div *ngIf="!isEmailDisabled()" class="forgot-password-instructions" i18n>
+      Enter your email address and we will send you a link to reset your password.
+    </div>
+
     <div class="form-group" [hidden]="isEmailDisabled()">
       <label i18n for="forgot-password-email">Email</label>
       <input
     >
 
     <input
-      type="submit" i18n-value value="Send me an email to reset my password" class="action-button-submit"
+      type="submit" i18n-value="Password reset button" value="Reset" class="action-button-submit"
       (click)="askResetPassword()" [disabled]="!forgotPasswordEmailInput.validity.valid"
     >
   </div>