Skip to content

Commit 2b66df9

Browse files
Merge pull request #1220 from OpenSignLabs/validation
2 parents beaa5ec + ff3c319 commit 2b66df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/pages/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ const Forms = (props) => {
660660
)}
661661
<div className="text-xs">
662662
<label className="block">
663-
{`${t("report-heading.File")} (${t("file-type")} ${
663+
{`${t("report-heading.File")} (${t("file-type")}${
664664
isEnableSubscription ? ", docx)" : ")"
665665
}`}
666666
<span className="text-red-500 text-[13px]">*</span>

0 commit comments

Comments
 (0)