Skip to content

Commit ff3c319

Browse files
refactor: remove extra space
1 parent b98040f commit ff3c319

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)