mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00:00
remove placeholder thing
This commit is contained in:
parent
be5ea72ea6
commit
f596423f75
@ -1107,7 +1107,6 @@
|
||||
"header": "Booklet Imposition",
|
||||
"submit": "Create Booklet",
|
||||
"files": {
|
||||
"placeholder": "Select PDF files to create booklet impositions from"
|
||||
},
|
||||
"error": {
|
||||
"failed": "An error occurred while creating the booklet imposition."
|
||||
|
@ -12,7 +12,6 @@ export interface FilesStepConfig {
|
||||
minFiles?: number;
|
||||
onCollapsedClick?: () => void;
|
||||
isVisible?: boolean;
|
||||
placeholder?: string;
|
||||
}
|
||||
|
||||
export interface MiddleStepConfig {
|
||||
|
@ -20,7 +20,6 @@ const BookletImposition = (props: BaseToolProps) => {
|
||||
files: {
|
||||
selectedFiles: base.selectedFiles,
|
||||
isCollapsed: base.hasResults,
|
||||
placeholder: t("bookletImposition.files.placeholder", "Select PDF files to create booklet impositions from"),
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
|
@ -54,7 +54,6 @@ const ManageSignatures = (props: BaseToolProps) => {
|
||||
files: {
|
||||
selectedFiles: base.selectedFiles,
|
||||
isCollapsed: base.hasResults,
|
||||
placeholder: t("certSign.files.placeholder", "Select PDF files to sign with certificates"),
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user