1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

Update text for SM billing section checkbox (#6463)

This commit is contained in:
Robyn MacCallum
2023-10-06 09:32:29 -04:00
committed by GitHub
parent 437f39d4fb
commit ceea6ef985
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
<bit-form-control>
<input type="checkbox" bitCheckbox formControlName="enabled" />
<bit-label>{{ "addSecretsManager" | i18n }}</bit-label>
<bit-label>{{ "subscribeToSecretsManager" | i18n }}</bit-label>
<bit-hint *ngIf="upgradeOrganization">{{ "addSecretsManagerUpgradeDesc" | i18n }}</bit-hint>
</bit-form-control>