1
0
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:
Matt Gibson
2021-06-21 20:26:37 -04:00
committed by GitHub
parent 9c4ea9b491
commit 56a1cfe277
5 changed files with 24 additions and 14 deletions

View File

@@ -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">