Skip to content

Commit

Permalink
Changed facility_assign_request to facility_for_care_support
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilA8606 committed Feb 10, 2025
1 parent 8335dde commit 3cc0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Resource/ResourceCreate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function ResourceCreate(props: ResourceProps) {
render={({ field }) => (
<FormItem>
<FormLabel required>
{t("facility_assign_request")}
{t("facility_for_care_support")}
</FormLabel>
<FormControl>
<Autocomplete
Expand Down

0 comments on commit 3cc0275

Please sign in to comment.