]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-applications/my-account-applications.component.html
Profile settings title consistency
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-applications / my-account-applications.component.html
index 53a9c91ac4199b5031108cba184d43e4d1276ff5..3fbb79c718ba56b71709b26d648ffcbd1e6e6418 100644 (file)
@@ -7,18 +7,18 @@
   <div class="form-group col-12 col-lg-4 col-xl-3">
     <h2 i18n class="applications-title">SUBSCRIPTION FEED</h2>
     <div i18n class="applications-description">
-      Use third-party feed aggregators to retrieve the list of videos from 
+      Use third-party feed aggregators to retrieve the list of videos from
       channels you subscribed to. Make sure to keep your token private.
     </div>
   </div>
 
-  <div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
+  <div class="form-group col-12 col-lg-8 col-xl-9">
 
     <div class="form-group">
       <label i18n for="feed-url">Feed URL</label>
       <my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy>
     </div>
-    
+
     <div class="form-group">
       <label i18n for="feed-token">Feed Token</label>
       <my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy>