1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01:00

[PM-11503] Organization Automatic Sync verbiage is misleading (#11151)

This commit is contained in:
Jonas Hendrickx 2024-10-02 11:23:40 +02:00 committed by GitHub
parent 363acf58f9
commit 1367765712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 16 deletions

View File

@ -1,7 +1,7 @@
<form [formGroup]="formGroup" [bitSubmit]="submit"> <form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog> <bit-dialog>
<h1 bitDialogTitle> <h1 bitDialogTitle>
{{ (hasBillingToken ? "viewBillingSyncToken" : "generateBillingSyncToken") | i18n }} {{ (hasBillingToken ? "viewBillingToken" : "generateBillingToken") | i18n }}
</h1> </h1>
<div bitDialogContent> <div bitDialogContent>
<app-user-verification formControlName="verification" *ngIf="!clientSecret"> <app-user-verification formControlName="verification" *ngIf="!clientSecret">

View File

@ -1,7 +1,7 @@
<form [formGroup]="formGroup" [bitSubmit]="submit"> <form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog> <bit-dialog>
<h1 bitDialogTitle> <h1 bitDialogTitle>
{{ "manageBillingSync" | i18n }} {{ "manageBillingTokenSync" | i18n }}
</h1> </h1>
<div bitDialogContent> <div bitDialogContent>
<p>{{ "billingSyncKeyDesc" | i18n }}</p> <p>{{ "billingSyncKeyDesc" | i18n }}</p>

View File

@ -280,7 +280,7 @@
(click)="manageBillingSync()" (click)="manageBillingSync()"
*ngIf="canManageBillingSync" *ngIf="canManageBillingSync"
> >
{{ (hasBillingSyncToken ? "manageBillingSync" : "setUpBillingSync") | i18n }} {{ (hasBillingSyncToken ? "viewBillingToken" : "setUpBillingSync") | i18n }}
</button> </button>
</div> </div>
<ng-container *ngIf="userOrg.canEditSubscription"> <ng-container *ngIf="userOrg.canEditSubscription">

View File

@ -90,7 +90,7 @@
</a> </a>
</bit-label> </bit-label>
<bit-hint> <bit-hint>
{{ "billingSyncDesc" | i18n }} {{ "automaticBillingSyncDesc" | i18n }}
</bit-hint> </bit-hint>
</bit-radio-button> </bit-radio-button>
<ng-container *ngIf="updateMethod === licenseOptions.SYNC"> <ng-container *ngIf="updateMethod === licenseOptions.SYNC">
@ -100,7 +100,7 @@
type="button" type="button"
(click)="manageBillingSyncSelfHosted()" (click)="manageBillingSyncSelfHosted()"
> >
{{ "manageBillingSync" | i18n }} {{ "manageBillingTokenSync" | i18n }}
</button> </button>
<button <button
bitButton bitButton
@ -121,7 +121,7 @@
> >
<bit-label>{{ "manualUpload" | i18n }}</bit-label> <bit-label>{{ "manualUpload" | i18n }}</bit-label>
<bit-hint> <bit-hint>
{{ "manualUploadDesc" | i18n }} {{ "manualBillingTokenUploadDesc" | i18n }}
</bit-hint> </bit-hint>
</bit-radio-button> </bit-radio-button>
<ng-container *ngIf="updateMethod === licenseOptions.UPLOAD"> <ng-container *ngIf="updateMethod === licenseOptions.UPLOAD">

View File

@ -2567,6 +2567,9 @@
"downloadLicense": { "downloadLicense": {
"message": "Download license" "message": "Download license"
}, },
"viewBillingToken": {
"message": "View Billing Token"
},
"updateLicense": { "updateLicense": {
"message": "Update license" "message": "Update license"
}, },
@ -6001,8 +6004,8 @@
"viewBillingSyncToken": { "viewBillingSyncToken": {
"message": "View billing sync token" "message": "View billing sync token"
}, },
"generateBillingSyncToken": { "generateBillingToken": {
"message": "Generate billing sync token" "message": "Generate billing token"
}, },
"copyPasteBillingSync": { "copyPasteBillingSync": {
"message": "Copy and paste this token into the billing sync settings of your self-hosted organization." "message": "Copy and paste this token into the billing sync settings of your self-hosted organization."
@ -6010,8 +6013,8 @@
"billingSyncCanAccess": { "billingSyncCanAccess": {
"message": "Your billing sync token can access and edit this organization's subscription settings." "message": "Your billing sync token can access and edit this organization's subscription settings."
}, },
"manageBillingSync": { "manageBillingTokenSync": {
"message": "Manage billing sync" "message": "Manage Billing Token"
}, },
"setUpBillingSync": { "setUpBillingSync": {
"message": "Set up billing sync" "message": "Set up billing sync"
@ -6070,15 +6073,15 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSyncDesc": {
"message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
},
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
}, },
"billingSyncKey": { "billingSyncKey": {
"message": "Billing sync token" "message": "Billing sync token"
}, },
"automaticBillingSyncDesc": {
"message": "Automatic sync unlocks Families sponsorships and allows you to sync your license without uploading a file. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
},
"active": { "active": {
"message": "Active" "message": "Active"
}, },
@ -7488,11 +7491,11 @@
"manualUpload": { "manualUpload": {
"message": "Manual upload" "message": "Manual upload"
}, },
"manualUploadDesc": { "manualBillingTokenUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here." "message": "If you do not want to opt into billing sync, manually upload your license here. This will not automatically unlock Families sponsorships."
}, },
"syncLicense": { "syncLicense": {
"message": "Sync license" "message": "Sync License"
}, },
"licenseSyncSuccess": { "licenseSyncSuccess": {
"message": "Successfully synced license" "message": "Successfully synced license"