mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-28 21:01:38 +08:00
[PM-23086] fix My Items collection name (#15366)
* fix My Items collection name * clean up
This commit is contained in:
parent
62750a06ec
commit
652f673a3c
@ -43,7 +43,7 @@ export class OrganizationUserService {
|
||||
): Observable<void> {
|
||||
const encryptedCollectionName$ = this.orgKey$(organization).pipe(
|
||||
switchMap((orgKey) =>
|
||||
this.encryptService.encryptString(this.i18nService.t("My Itmes"), orgKey),
|
||||
this.encryptService.encryptString(this.i18nService.t("myItems"), orgKey),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
@ -3276,6 +3276,9 @@
|
||||
"defaultCollection": {
|
||||
"message": "Default collection"
|
||||
},
|
||||
"myItems": {
|
||||
"message": "My Items"
|
||||
},
|
||||
"getHelp": {
|
||||
"message": "Get help"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user