mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-26 03:39:27 -06:00
add the translation to selectAll
This commit is contained in:
@@ -304,7 +304,7 @@ const CreateMaintenance = () => {
|
||||
};
|
||||
|
||||
// Add Select All option to the dropdown
|
||||
const selectAllOption = { _id: "__all__", name: "Select All" };
|
||||
const selectAllOption = { _id: "__all__", name: t("selectAll") };
|
||||
const monitorOptions = [selectAllOption, ...monitors];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user