1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

[PS-2175] Rename Billing Sync Key in View Billing Sync Token modal (#5002)

* fix: renamed to billing sync token

* Use translated string

Co-authored-by: Matt Gibson <mgibson@bitwarden.com>

---------

Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
This commit is contained in:
Larry Sussman 2023-04-06 06:05:34 -07:00 committed by GitHub
parent 7899b25ab3
commit 019aaf214b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
<div *ngIf="clientSecret && !showRotateScreen">
<p>{{ "copyPasteBillingSync" | i18n }}</p>
<label for="clientSecret">Billing Sync Key</label>
<label for="clientSecret">{{ "billingSyncKey" | i18n }}</label>
<div class="input-group">
<input
id="clientSecret"