diff --git a/src/Components/deviceFrame/index.js b/src/Components/deviceFrame/index.js index e64ea79..06fc0c9 100644 --- a/src/Components/deviceFrame/index.js +++ b/src/Components/deviceFrame/index.js @@ -12,7 +12,6 @@ import React, { useEffect, useState } from "react"; import { BaseUrl } from "../../constants"; import { Alert, Snackbar } from "@mui/material"; import { useTranslation } from "react-i18next"; -import zIndex from "@mui/material/styles/zIndex"; var configMap = { "android-h": { @@ -75,7 +74,7 @@ function DeviceFrame(props) { refresh refresh()} className="refreshButton" /> {props.qrDataUrl && (
- qr code + qr code

{t("scan")} setOpenPopup(true)}> diff --git a/src/locales/en.json b/src/locales/en.json index 9ca08a0..90573be 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -6,7 +6,7 @@ "submit": "Submit", "noAuth": "No permission", "loginError": "Account or password is incorrect", - "horizontal": "Horizontal", + "horizontal": "Hor", "vertical": "Vertical", "scan": "Mobile preview", "none": "None",