From 54c6b12b07fdd263cd2a04e0993b6747366340b3 Mon Sep 17 00:00:00 2001 From: alex-slobodian Date: Tue, 1 Oct 2024 13:39:08 +0300 Subject: [PATCH] Fix CertificateImportDialog --- package.json | 2 +- .../certificate-import-dialog/styles/index.module.scss | 1 + src/i18n/locales/en/main.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cbdf4367..7dc17e03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@peculiar/fortify-tools", "homepage": "https://tools.fortifyapp.com", - "version": "2.0.2", + "version": "2.0.3", "author": "PeculiarVentures Team", "license": "MIT", "private": true, diff --git a/src/components/certificate-import-dialog/styles/index.module.scss b/src/components/certificate-import-dialog/styles/index.module.scss index 22d8dc8b..1f696c07 100644 --- a/src/components/certificate-import-dialog/styles/index.module.scss +++ b/src/components/certificate-import-dialog/styles/index.module.scss @@ -121,6 +121,7 @@ .text_area textarea { height: 340px; + font-family: monospace; } .buttons_group { diff --git a/src/i18n/locales/en/main.json b/src/i18n/locales/en/main.json index 6461674c..6f23efe9 100644 --- a/src/i18n/locales/en/main.json +++ b/src/i18n/locales/en/main.json @@ -69,7 +69,7 @@ "invalid-data": "Certificate is invalid. Please check your data and try again." } }, - "divider-label": "Or paste certificate in Base64 format below", + "divider-label": "Or paste certificate in PEM format below", "loading-text": "Importing certificate...", "success-message": "Certificate imported.", "failure-message": "Failed to import certificate because of error. Please try again."