diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-21 14:05:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-21 14:05:22 +0100 |
commit | f0ad47100748ba5f660b597787422b1b302e64c0 (patch) | |
tree | 5b75aa216bdc199cdd2f93e72f0a67d7524ff617 /client/src/app/shared/buttons | |
parent | 7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54 (diff) | |
download | PeerTube-f0ad47100748ba5f660b597787422b1b302e64c0.tar.gz PeerTube-f0ad47100748ba5f660b597787422b1b302e64c0.tar.zst PeerTube-f0ad47100748ba5f660b597787422b1b302e64c0.zip |
Update a little bit user dropdown message
Diffstat (limited to 'client/src/app/shared/buttons')
-rw-r--r-- | client/src/app/shared/buttons/action-dropdown.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/buttons/action-dropdown.component.html b/client/src/app/shared/buttons/action-dropdown.component.html index 54f5bf97c..cd993db9f 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.html +++ b/client/src/app/shared/buttons/action-dropdown.component.html | |||
@@ -17,6 +17,7 @@ | |||
17 | 17 | ||
18 | <ng-template #templateActionLabel let-action> | 18 | <ng-template #templateActionLabel let-action> |
19 | <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName"></my-global-icon> | 19 | <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName"></my-global-icon> |
20 | |||
20 | <div class="d-flex flex-column"> | 21 | <div class="d-flex flex-column"> |
21 | <span i18n>{{ action.label }}</span> | 22 | <span i18n>{{ action.label }}</span> |
22 | <small class="text-muted" *ngIf="action.description">{{ action.description }}</small> | 23 | <small class="text-muted" *ngIf="action.description">{{ action.description }}</small> |