Skip to content

Commit 52b2cc6

Browse files
refactor: refactor code
1 parent d85d76c commit 52b2cc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/OpenSign/src/components/pdf/EditTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const EditTemplate = ({ template, onSuccess }) => {
138138
{!isEnableSubscription && (
139139
<PremiumAlertHeader
140140
message={
141-
"Disable Auto reminder is free in beta, this feature will incur a fee later."
141+
"Auto reminder is free in beta, this feature will incur a fee later."
142142
}
143143
/>
144144
)}

apps/OpenSign/src/components/pdf/PlaceholderType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ function PlaceholderType(props) {
677677
className="w-full h-full"
678678
/>
679679
) : (
680-
<div className="text-[11px] w-full h-full text-black flex flex-coljustify-center items-center">
680+
<div className="text-[11px] w-full h-full text-black flex flex-col justify-center items-center">
681681
{props?.handleUserName &&
682682
props?.handleUserName(
683683
props?.data?.Id,

apps/OpenSign/src/pages/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ const Forms = (props) => {
834834
{!isEnableSubscription && (
835835
<PremiumAlertHeader
836836
message={
837-
"Disable Auto reminder is free in beta, this feature will incur a fee later."
837+
"Auto reminder is free in beta, this feature will incur a fee later."
838838
}
839839
/>
840840
)}

0 commit comments

Comments
 (0)