add the translation to selectAll

This commit is contained in:
shanika Jayawardane
2025-07-11 07:59:12 -06:00
parent 2c1a01bb6a
commit 6e76e29768

View File

@@ -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 (