mirror of
https://github.com/bitwarden/browser
synced 2026-02-17 09:59:41 +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:
@@ -13,7 +13,7 @@
|
||||
<a href="#" appStopClick appStopProp (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">
|
||||
@@ -70,8 +70,8 @@
|
||||
</a>
|
||||
<a class="dropdown-item" href="#" appStopClick
|
||||
*ngIf="!organization && !c.organizationId && !c.isDeleted" (click)="share(c)">
|
||||
<i class="fa fa-fw fa-share-alt" aria-hidden="true"></i>
|
||||
{{'share' | i18n}}
|
||||
<i class="fa fa-fw fa-arrow-circle-o-right" aria-hidden="true"></i>
|
||||
{{'moveToOrganization' | i18n}}
|
||||
</a>
|
||||
<a class="dropdown-item" href="#" appStopClick *ngIf="c.organizationId && !c.isDeleted"
|
||||
(click)="collections(c)">
|
||||
|
||||
Reference in New Issue
Block a user