rename ask-email link to ask-send-email
authorJosh Morel <morel.josh@hotmail.com>
Sat, 8 Dec 2018 12:58:38 +0000 (07:58 -0500)
committerRigel Kent <par@rigelk.eu>
Sat, 8 Dec 2018 13:46:34 +0000 (14:46 +0100)
client/src/app/+verify-account/verify-account-email/verify-account-email.component.html

index 30ace5e107ce04b4bd298577e5eadaf7297a17f7..a83d4a3c237db3c9c738eb00e34ca993576547e0 100644 (file)
@@ -9,7 +9,7 @@
   <ng-template #verificationError>
     <div>
       <span i18n>An error occurred. </span>
-      <a i18n routerLink="/verify-account/ask-email">Request new verification email.</a>
+      <a i18n routerLink="/verify-account/ask-send-email">Request new verification email.</a>
     </div>
   </ng-template>
 </div>