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.
1 parent b98040f commit ff3c319Copy full SHA for ff3c319
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
isEnableSubscription ? ", docx)" : ")"
665
}`}
666
<span className="text-red-500 text-[13px]">*</span>
0 commit comments