Skip to content

Commit 3d85475

Browse files
refactor: add parenthesis
1 parent 368eb24 commit 3d85475

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
<span className="text-red-500 text-[13px]">*</span>
665665
</label>
666666
{fileupload.length > 0 ? (

0 commit comments

Comments
 (0)