mirror of
https://github.com/bitwarden/desktop
synced 2026-01-10 04:23:13 +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:
@@ -18,7 +18,7 @@
|
||||
<span class="text">
|
||||
{{c.name}}
|
||||
<ng-container *ngIf="c.organizationId">
|
||||
<i class="fa fa-share-alt text-muted" title="{{'shared' | i18n}}" aria-hidden="true"></i>
|
||||
<i class="fa fa-cube text-muted" 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