aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select/select-checkbox.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-08-11 16:52:20 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-08-11 16:52:26 +0200
commit857961f0ee39f90dc3267cebd2b5e3f718115d06 (patch)
tree3861a8383d74c6e95109fb471c374e94eb73883d /client/src/app/shared/shared-forms/select/select-checkbox.component.html
parent94676e631c5045144da598fefbefaa3cfcaaeb0d (diff)
downloadPeerTube-857961f0ee39f90dc3267cebd2b5e3f718115d06.tar.gz
PeerTube-857961f0ee39f90dc3267cebd2b5e3f718115d06.tar.zst
PeerTube-857961f0ee39f90dc3267cebd2b5e3f718115d06.zip
adapt my-select-checkbox placeholder to its context
Diffstat (limited to 'client/src/app/shared/shared-forms/select/select-checkbox.component.html')
-rw-r--r--client/src/app/shared/shared-forms/select/select-checkbox.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-forms/select/select-checkbox.component.html b/client/src/app/shared/shared-forms/select/select-checkbox.component.html
index 3f81dd152..f5af2932e 100644
--- a/client/src/app/shared/shared-forms/select/select-checkbox.component.html
+++ b/client/src/app/shared/shared-forms/select/select-checkbox.component.html
@@ -2,7 +2,7 @@
2 [items]="availableItems" 2 [items]="availableItems"
3 [(ngModel)]="selectedItems" 3 [(ngModel)]="selectedItems"
4 (ngModelChange)="onModelChange()" 4 (ngModelChange)="onModelChange()"
5 i18n-placeholder placeholder="Add a new language" 5 [placeholder]="placeholder"
6 [clearable]="true" 6 [clearable]="true"
7 [multiple]="true" 7 [multiple]="true"
8 [searchable]="true" 8 [searchable]="true"