Skip to content

Commit

Permalink
Fix CertificateImportDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Oct 1, 2024
1 parent 09f855c commit 54c6b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@

.text_area textarea {
height: 340px;
font-family: monospace;
}

.buttons_group {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 54c6b12

Please sign in to comment.