Skip to content

Commit

Permalink
Fix label for selected implementation groups field
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed May 5, 2024
1 parent f9a20da commit 026de92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Forms/ModelForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
{form}
options={model.selectOptions['selected_implementation_groups']}
field="selected_implementation_groups"
label={m.status()}
label={m.selectedImplementationGroups()}
/>
<AutocompleteSelect
{form}
Expand Down

0 comments on commit 026de92

Please sign in to comment.