diff --git a/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-export.component.ts b/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-export.component.ts
index 684e63063d..d090f3246c 100644
--- a/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-export.component.ts
+++ b/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-export.component.ts
@@ -23,10 +23,10 @@ export class SecretsManagerExportComponent implements OnInit, OnDestroy {
protected orgName: string;
protected orgId: string;
- protected exportFormats: string[] = ["json"];
+ protected exportFormats: string[] = ["Bitwarden (json)"];
protected formGroup = new FormGroup({
- format: new FormControl("json", [Validators.required]),
+ format: new FormControl("Bitwarden (json)", [Validators.required]),
});
constructor(
diff --git a/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-import.component.html b/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-import.component.html
index a22204cd18..94df112d86 100644
--- a/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-import.component.html
+++ b/bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-import.component.html
@@ -20,7 +20,7 @@
(change)="setSelectedFile($event)"
accept="application/JSON"
/>
-