1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 07:33:23 +00:00

allow bulk sharing of items with new attachments

This commit is contained in:
Kyle Spearrin
2018-11-15 12:56:07 -05:00
parent 05cfa99ea0
commit ac1f8a69e1
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
</div>
<div class="modal-body">
<p>{{'shareManyDesc' | i18n}}</p>
<p>{{'shareSelectedItemsDesc' | i18n: this.ciphers.length : shareableCiphers.length : nonShareableCount}}</p>
<p>{{'shareSelectedItemsCountDesc' | i18n: this.ciphers.length : shareableCiphers.length : nonShareableCount}}</p>
<div class="form-group">
<label for="organization">{{'organization' | i18n}}</label>
<select id="organization" name="OrganizationId" [(ngModel)]="organizationId" class="form-control" (change)="filterCollections()">