aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorJosh Morel <morel.josh@hotmail.com>2018-12-08 07:58:38 -0500
committerRigel Kent <par@rigelk.eu>2018-12-08 14:46:34 +0100
commit851c5cddc12f905d49eb38da1b4180a5b383c53b (patch)
tree0c847a7c5f554239cbd69cee3a4f22c80c7b3435 /client/src/app
parent2a8c5d0af13f3ccb9a505e1fbc9d324b9d33ba1f (diff)
downloadPeerTube-851c5cddc12f905d49eb38da1b4180a5b383c53b.tar.gz
PeerTube-851c5cddc12f905d49eb38da1b4180a5b383c53b.tar.zst
PeerTube-851c5cddc12f905d49eb38da1b4180a5b383c53b.zip
rename ask-email link to ask-send-email
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+verify-account/verify-account-email/verify-account-email.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+verify-account/verify-account-email/verify-account-email.component.html b/client/src/app/+verify-account/verify-account-email/verify-account-email.component.html
index 30ace5e10..a83d4a3c2 100644
--- a/client/src/app/+verify-account/verify-account-email/verify-account-email.component.html
+++ b/client/src/app/+verify-account/verify-account-email/verify-account-email.component.html
@@ -9,7 +9,7 @@
9 <ng-template #verificationError> 9 <ng-template #verificationError>
10 <div> 10 <div>
11 <span i18n>An error occurred. </span> 11 <span i18n>An error occurred. </span>
12 <a i18n routerLink="/verify-account/ask-email">Request new verification email.</a> 12 <a i18n routerLink="/verify-account/ask-send-email">Request new verification email.</a>
13 </div> 13 </div>
14 </ng-template> 14 </ng-template>
15</div> 15</div>