Made the text dynamic with respect to language now.

This commit is contained in:
Owaise Imdad
2025-05-02 03:30:14 +05:30
parent 8d15418777
commit 5d6ae745f4
2 changed files with 3 additions and 2 deletions

View File

@@ -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>
)}

View File

@@ -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"
}
}