mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[PM-23086] fix My Items collection name (#15366)
* fix My Items collection name * clean up
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user