Fix translation issues

This commit is contained in:
James Brunton 2025-08-15 15:30:17 +01:00
parent 245da1a31d
commit 7db0e89798
3 changed files with 5 additions and 1 deletions

View File

@ -1881,6 +1881,7 @@
"desc": "Remove password protection from your PDF document.",
"tags": "secure,Decrypt,security,unpassword,delete password",
"password": {
"stepTitle": "Remove Password",
"label": "Current Password",
"placeholder": "Enter current password",
"completed": "Password configured"
@ -1892,6 +1893,7 @@
"tooltip": {
"description": "Removing password protection requires the password that was used to encrypt the PDF. This will decrypt the document, making it accessible without a password."
},
"submit": "Remove Password",
"results": {
"title": "Decrypted PDFs"
}

View File

@ -1745,6 +1745,7 @@
"desc": "Remove password protection from your PDF document.",
"tags": "secure,Decrypt,security,unpassword,delete password",
"password": {
"stepTitle": "Remove Password",
"label": "Current Password",
"placeholder": "Enter current password",
"completed": "Password configured"
@ -1756,6 +1757,7 @@
"tooltip": {
"description": "Removing password protection requires the password that was used to encrypt the PDF. This will decrypt the document, making it accessible without a password."
},
"submit": "Remove Password",
"results": {
"title": "Decrypted PDFs"
}

View File

@ -66,7 +66,7 @@ const RemovePassword = ({ onPreviewFile, onComplete, onError }: BaseToolProps) =
},
steps: [
{
title: t("removePassword.password.stepTitle", "Password"),
title: t("removePassword.password.stepTitle", "Remove Password"),
isCollapsed: passwordCollapsed,
onCollapsedClick: hasResults ? handleSettingsReset : undefined,
tooltip: removePasswordTips,