fix: Update custom behavior file placeholder text (#2552)
Follows https://github.com/webrecorder/browsertrix/issues/2151 ## Changes Updates placeholder text for custom behavior files, since we now accept JSON.
This commit is contained in:
parent
eeda4cd9ff
commit
f2e6892729
@ -77,7 +77,7 @@ const errorFor: Record<ValidationErrorCode, string> = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const inputStyle = [
|
const inputStyle = [
|
||||||
tw`[--sl-input-border-radius-medium:0] [--sl-input-spacing-medium:var(--sl-spacing-small)] [--sl-input-background-color-hover:transparent] [--sl-input-background-color:transparent] [--sl-input-border-color-hover:transparent]`,
|
tw`[--sl-input-background-color-hover:transparent] [--sl-input-background-color:transparent] [--sl-input-border-color-hover:transparent] [--sl-input-border-radius-medium:0] [--sl-input-spacing-medium:var(--sl-spacing-small)]`,
|
||||||
tw`data-[valid]:[--sl-input-border-color:transparent]`,
|
tw`data-[valid]:[--sl-input-border-color:transparent]`,
|
||||||
tw`part-[form-control-help-text]:mx-1 part-[form-control-help-text]:mb-1`,
|
tw`part-[form-control-help-text]:mx-1 part-[form-control-help-text]:mb-1`,
|
||||||
];
|
];
|
||||||
@ -356,7 +356,7 @@ export class CustomBehaviorsTableRow extends BtrixElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return this.renderUrlInput(behavior, {
|
return this.renderUrlInput(behavior, {
|
||||||
placeholder: msg("Enter URL to JavaScript file"),
|
placeholder: msg("Enter location of behavior file"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user