mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 22:29:24 +00:00
Moved tooltip warning title to general section
This commit is contained in:
parent
27d238dbb8
commit
269196bd49
@ -72,6 +72,9 @@
|
|||||||
"githubSubmit": "GitHub - Submit a ticket",
|
"githubSubmit": "GitHub - Submit a ticket",
|
||||||
"discordSubmit": "Discord - Submit Support post"
|
"discordSubmit": "Discord - Submit Support post"
|
||||||
},
|
},
|
||||||
|
"warning": {
|
||||||
|
"tooltipTitle": "Warning"
|
||||||
|
},
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
@ -1875,7 +1878,6 @@
|
|||||||
"text": "Changes document permissions, allowing/disallowing access to different features in PDF readers."
|
"text": "Changes document permissions, allowing/disallowing access to different features in PDF readers."
|
||||||
},
|
},
|
||||||
"warning": {
|
"warning": {
|
||||||
"title": "Warning",
|
|
||||||
"text": "To make these permissions unchangeable, use the Add Password tool to set an owner password."
|
"text": "To make these permissions unchangeable, use the Add Password tool to set an owner password."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -72,6 +72,9 @@
|
|||||||
"githubSubmit": "GitHub - Submit a ticket",
|
"githubSubmit": "GitHub - Submit a ticket",
|
||||||
"discordSubmit": "Discord - Submit Support post"
|
"discordSubmit": "Discord - Submit Support post"
|
||||||
},
|
},
|
||||||
|
"warning": {
|
||||||
|
"tooltipTitle": "Warning"
|
||||||
|
},
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
@ -1731,7 +1734,6 @@
|
|||||||
"text": "Changes document permissions, allowing/disallowing access to different features in PDF readers."
|
"text": "Changes document permissions, allowing/disallowing access to different features in PDF readers."
|
||||||
},
|
},
|
||||||
"warning": {
|
"warning": {
|
||||||
"title": "Warning",
|
|
||||||
"text": "To make these permissions unchangeable, use the Add Password tool to set an owner password."
|
"text": "To make these permissions unchangeable, use the Add Password tool to set an owner password."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ export const useChangePermissionsTips = (): TooltipContent => {
|
|||||||
description: t("changePermissions.tooltip.description.text", "Changes document permissions, allowing/disallowing access to different features in PDF readers.")
|
description: t("changePermissions.tooltip.description.text", "Changes document permissions, allowing/disallowing access to different features in PDF readers.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t("changePermissions.tooltip.warning.title", "Warning"),
|
title: t("warning.tooltipTitle", "Warning"),
|
||||||
description: t("changePermissions.tooltip.warning.text", "To make these permissions unchangeable, use the Add Password tool to set an owner password.")
|
description: t("changePermissions.tooltip.warning.text", "To make these permissions unchangeable, use the Add Password tool to set an owner password.")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user