aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-applications/my-account-applications.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
committerChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
commite2c1f7795752caf8cde19fdee8b9ab7fb16b0395 (patch)
tree6e3aea0d96ac944c222081178889c85811ebd1fd /client/src/app/+my-account/my-account-applications/my-account-applications.component.html
parent0e856b78e9b6aca5e6a48a04af8b747dbc69658f (diff)
downloadPeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.gz
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.zst
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.zip
Profile settings title consistency
Diffstat (limited to 'client/src/app/+my-account/my-account-applications/my-account-applications.component.html')
-rw-r--r--client/src/app/+my-account/my-account-applications/my-account-applications.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-applications/my-account-applications.component.html b/client/src/app/+my-account/my-account-applications/my-account-applications.component.html
index 53a9c91ac..3fbb79c71 100644
--- a/client/src/app/+my-account/my-account-applications/my-account-applications.component.html
+++ b/client/src/app/+my-account/my-account-applications/my-account-applications.component.html
@@ -7,18 +7,18 @@
7 <div class="form-group col-12 col-lg-4 col-xl-3"> 7 <div class="form-group col-12 col-lg-4 col-xl-3">
8 <h2 i18n class="applications-title">SUBSCRIPTION FEED</h2> 8 <h2 i18n class="applications-title">SUBSCRIPTION FEED</h2>
9 <div i18n class="applications-description"> 9 <div i18n class="applications-description">
10 Use third-party feed aggregators to retrieve the list of videos from 10 Use third-party feed aggregators to retrieve the list of videos from
11 channels you subscribed to. Make sure to keep your token private. 11 channels you subscribed to. Make sure to keep your token private.
12 </div> 12 </div>
13 </div> 13 </div>
14 14
15 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 15 <div class="form-group col-12 col-lg-8 col-xl-9">
16 16
17 <div class="form-group"> 17 <div class="form-group">
18 <label i18n for="feed-url">Feed URL</label> 18 <label i18n for="feed-url">Feed URL</label>
19 <my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy> 19 <my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy>
20 </div> 20 </div>
21 21
22 <div class="form-group"> 22 <div class="form-group">
23 <label i18n for="feed-token">Feed Token</label> 23 <label i18n for="feed-token">Feed Token</label>
24 <my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy> 24 <my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy>