mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
renamed bulk and inline menu options (#10834)
This commit is contained in:
parent
1b75261f68
commit
e7d4f8575d
@ -75,7 +75,7 @@
|
||||
</button>
|
||||
<button type="button" bitMenuItem (click)="access(false)">
|
||||
<i class="bwi bwi-fw bwi-users" aria-hidden="true"></i>
|
||||
{{ "access" | i18n }}
|
||||
{{ "editAccess" | i18n }}
|
||||
</button>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="!canEditCollection && canViewCollectionInfo">
|
||||
|
@ -47,7 +47,7 @@
|
||||
(click)="bulkEditCollectionAccess()"
|
||||
>
|
||||
<i class="bwi bwi-fw bwi-users" aria-hidden="true"></i>
|
||||
{{ "access" | i18n }}
|
||||
{{ "editAccess" | i18n }}
|
||||
</button>
|
||||
<button
|
||||
*ngIf="
|
||||
@ -81,14 +81,7 @@
|
||||
>
|
||||
<span class="tw-text-danger">
|
||||
<i class="bwi bwi-fw bwi-trash" aria-hidden="true"></i>
|
||||
{{
|
||||
(showBulkTrashOptions
|
||||
? "permanentlyDeleteSelected"
|
||||
: vaultBulkManagementActionEnabled
|
||||
? "delete"
|
||||
: "deleteSelected"
|
||||
) | i18n
|
||||
}}
|
||||
{{ (showBulkTrashOptions ? "permanentlyDeleteSelected" : "delete") | i18n }}
|
||||
</span>
|
||||
</button>
|
||||
</bit-menu>
|
||||
|
@ -9025,5 +9025,8 @@
|
||||
},
|
||||
"additionalContentAvailable": {
|
||||
"message": "Additional content is available"
|
||||
},
|
||||
"editAccess": {
|
||||
"message": "Edit access"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user