mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
Redefine cipher "share" to "move to organization" (#961)
* Redefine cipher "share" to "move to organization" * Update jslib * PR review
This commit is contained in:
@@ -374,9 +374,9 @@
|
||||
{{'cancel' | i18n}}
|
||||
</button>
|
||||
<div class="right">
|
||||
<button appBlurClick type="button" (click)="share()" appA11yTitle="{{'shareItem' | i18n}}"
|
||||
<button appBlurClick type="button" (click)="share()" appA11yTitle="{{'moveToOrganization' | i18n}}"
|
||||
*ngIf="editMode && cipher && !cipher.organizationId && !cloneMode">
|
||||
<i class="fa fa-share-alt fa-lg fa-fw" aria-hidden="true"></i>
|
||||
<i class="fa fa-arrow-circle-o-right fa-lg fa-fw" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button #deleteBtn appBlurClick type="button" (click)="delete()" class="danger"
|
||||
appA11yTitle="{{'delete' | i18n}}" *ngIf="editMode && !cloneMode" [disabled]="deleteBtn.loading"
|
||||
|
||||
Reference in New Issue
Block a user