mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-17 07:10:08 -06:00
Made the text dynamic with respect to language now.
This commit is contained in:
@@ -127,7 +127,7 @@ const Fallback = ({ title, checks, link = "/", isAdmin, vowelStart = false, show
|
||||
sx={{ alignSelf: "center" }}
|
||||
onClick={() => navigate("/uptime/bulk-import")}
|
||||
>
|
||||
Click here for bulk {title}
|
||||
{t("bulkImport.fallbackPage")} {title}
|
||||
</Button>
|
||||
)}
|
||||
|
||||
|
||||
@@ -408,6 +408,7 @@
|
||||
"parsingFailed": "Parsing failed",
|
||||
"uploadSuccess": "Monitors created successfully!",
|
||||
"validationFailed": "Validation failed",
|
||||
"noFileSelected": "No file selected"
|
||||
"noFileSelected": "No file selected",
|
||||
"fallbackPage": "Click here for bulk"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user