1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +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>

View File

@@ -7096,8 +7096,8 @@
}
}
},
"addSecretsManager": {
"message": "Add Secrets Manager"
"subscribeToSecretsManager": {
"message": "Subscribe to Secrets Manager"
},
"addSecretsManagerUpgradeDesc": {
"message": "Add Secrets Manager to your upgraded plan to maintain access to any secrets created with your previous plan."