Normalize create buttons
authorRigel Kent <sendmemail@rigelk.eu>
Fri, 13 Mar 2020 00:40:28 +0000 (01:40 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Fri, 13 Mar 2020 00:43:52 +0000 (01:43 +0100)
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html

index 11e87ba79046d26d5fd1519e9108750a3dda0fe8..2461aa3f5bedac8bdae68c990824eeaca8505b72 100644 (file)
@@ -1,7 +1,7 @@
 <div class="video-channels-header">
   <a class="create-button" routerLink="create">
     <my-global-icon iconName="add"></my-global-icon>
-    <ng-container i18n>Create a new video channel</ng-container>
+    <ng-container i18n>Create video channel</ng-container>
   </a>
 </div>
 
index 82321459f5673bc70b717c030d04980f03baa5d8..89b8d19b83abe76022a75234c57a3e6b2756e2d6 100644 (file)
@@ -1,4 +1,4 @@
-<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create a new playlist</div>
+<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create playlist</div>
 
 <div *ngIf="error" class="alert alert-danger">{{ error }}</div>
 
index dd6a0e55baf5fdb32dc35f5ad36a45dbbea05cdf..86844ce0199083198280164338bb0bdbb7646f84 100644 (file)
@@ -5,7 +5,7 @@
 
   <a class="create-button" routerLink="create">
     <my-global-icon iconName="add"></my-global-icon>
-    <ng-container i18n>Create a new playlist</ng-container>
+    <ng-container i18n>Create playlist</ng-container>
   </a>
 </div>