mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[AC-1423] Make "Password Manager" the default fallback for product name
This commit is contained in:
@@ -77,6 +77,8 @@ export class OrganizationSubscriptionCloudComponent implements OnInit, OnDestroy
|
|||||||
return this.i18nService.t("passwordManager");
|
return this.i18nService.t("passwordManager");
|
||||||
case BitwardenProductType.SecretsManager:
|
case BitwardenProductType.SecretsManager:
|
||||||
return this.i18nService.t("secretsManager");
|
return this.i18nService.t("secretsManager");
|
||||||
|
default:
|
||||||
|
return this.i18nService.t("passwordManager");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user