We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 251e705 + 3d85475 commit b7a22d9Copy full SHA for b7a22d9
apps/OpenSign/src/pages/Form.js
@@ -660,7 +660,7 @@ const Forms = (props) => {
660
)}
661
<div className="text-xs">
662
<label className="block">
663
- {`${t("report-heading.File")} (${t("file-type")}`}
+ {`${t("report-heading.File")} (${t("file-type")})`}
664
<span className="text-red-500 text-[13px]">*</span>
665
</label>
666
{fileupload.length > 0 ? (
0 commit comments