Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Jan 4, 2025
1 parent 4765368 commit 9261c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/FacilityUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function FacilityUsers(props: { facilityId: number }) {
return <div>Loading...</div>;
}
if (!userListData) {
return <div>No users found</div>;
return <div>{t("no_users_found")}</div>;
}

return (
Expand Down

0 comments on commit 9261c5b

Please sign in to comment.