update src/views/QR/Image/index.js and src/views/Support/index.js

front
Reza_ashrafi 3 years ago
parent 608dc3dbc6
commit ceb9ee26c0
  1. 2
      src/views/QR/Image/index.js
  2. 7
      src/views/Support/index.js

@ -223,7 +223,7 @@ export default function QRImage(props) {
<div className="d-flex flex-column" id="image">
<h3 style={{ fontSize: fontSize.desktop.h3 }}>
<PhotoLibraryRoundedIcon style={{ fontSize: 30 }} />
عکسها")}{" "}
{window.test("عکسها")}{" "}
</h3>
{desktopImages()}
</div>

@ -142,7 +142,12 @@ class Support extends Component {
parent={this}
/>
) : null}
<Input label={"موضوع "} name={"subject"} parent={this} required />
<Input
label={window.t("موضوع")}
name={"subject"}
parent={this}
required
/>
<Input
label={window.t("متن")}
name={"text"}

Loading…
Cancel
Save