aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-change-email
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-01-17 18:13:05 +0100
committerRigel Kent <sendmemail@rigelk.eu>2021-01-17 18:13:05 +0100
commit52a3f561f5357d076ddc36897d5e1d0fc60a8730 (patch)
tree318450ec74b2d1ccfb872617d23d152042dd86de /client/src/app/+my-account/my-account-settings/my-account-change-email
parent111e6c1807dac4230014bd295118c6b3a51be8f5 (diff)
downloadPeerTube-52a3f561f5357d076ddc36897d5e1d0fc60a8730.tar.gz
PeerTube-52a3f561f5357d076ddc36897d5e1d0fc60a8730.tar.zst
PeerTube-52a3f561f5357d076ddc36897d5e1d0fc60a8730.zip
add username information in profile settings
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-change-email')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html b/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html
index 29823bdec..6d2d7d46e 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html
+++ b/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html
@@ -2,7 +2,8 @@
2<div *ngIf="success" class="alert alert-success">{{ success }}</div> 2<div *ngIf="success" class="alert alert-success">{{ success }}</div>
3 3
4<div i18n class="current-email"> 4<div i18n class="current-email">
5 Your current email is <span class="email">{{ user.email }}</span> 5 Your current email is <span class="email">{{ user.email }}</span>.
6 It is never shown to the public.
6</div> 7</div>
7 8
8<div i18n class="pending-email" *ngIf="user.pendingEmail"> 9<div i18n class="pending-email" *ngIf="user.pendingEmail">