mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 04:33:34 +00:00
Redefine cipher "share" to "move to organization" (#1039)
* Redefine cipher "share" to "move to organization" * Bump jslib Co-authored-by: = <=>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<td class="reduced-lh wrap">
|
||||
<a href="#" appStopClick (click)="selectCipher(c)" title="{{'editItem' | i18n}}">{{c.name}}</a>
|
||||
<ng-container *ngIf="!organization && c.organizationId">
|
||||
<i class="fa fa-share-alt" appStopProp title="{{'shared' | i18n}}" aria-hidden="true"></i>
|
||||
<i class="fa fa-cube" appStopProp title="{{'shared' | i18n}}" aria-hidden="true"></i>
|
||||
<span class="sr-only">{{'shared' | i18n}}</span>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="c.hasAttachments">
|
||||
|
||||
Reference in New Issue
Block a user