diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 01:40:28 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 01:43:52 +0100 |
commit | 8c966daab30dd2bc8fd9792a8e219d94f3d8e67c (patch) | |
tree | 3e08d4839c5ceafb99a04f6c4352509b5ff636d7 /client/src | |
parent | df8914c9a2d6dbb435460b9e252a771cac47880b (diff) | |
download | PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.gz PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.zst PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.zip |
Normalize create buttons
Diffstat (limited to 'client/src')
3 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html index 11e87ba79..2461aa3f5 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <div class="video-channels-header"> | 1 | <div class="video-channels-header"> |
2 | <a class="create-button" routerLink="create"> | 2 | <a class="create-button" routerLink="create"> |
3 | <my-global-icon iconName="add"></my-global-icon> | 3 | <my-global-icon iconName="add"></my-global-icon> |
4 | <ng-container i18n>Create a new video channel</ng-container> | 4 | <ng-container i18n>Create video channel</ng-container> |
5 | </a> | 5 | </a> |
6 | </div> | 6 | </div> |
7 | 7 | ||
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html index 82321459f..89b8d19b8 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <div i18n class="form-sub-title" *ngIf="isCreation() === true">Create a new playlist</div> | 1 | <div i18n class="form-sub-title" *ngIf="isCreation() === true">Create playlist</div> |
2 | 2 | ||
3 | <div *ngIf="error" class="alert alert-danger">{{ error }}</div> | 3 | <div *ngIf="error" class="alert alert-danger">{{ error }}</div> |
4 | 4 | ||
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html index dd6a0e55b..86844ce01 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | <a class="create-button" routerLink="create"> | 6 | <a class="create-button" routerLink="create"> |
7 | <my-global-icon iconName="add"></my-global-icon> | 7 | <my-global-icon iconName="add"></my-global-icon> |
8 | <ng-container i18n>Create a new playlist</ng-container> | 8 | <ng-container i18n>Create playlist</ng-container> |
9 | </a> | 9 | </a> |
10 | </div> | 10 | </div> |
11 | 11 | ||