Skip to content

Commit

Permalink
Fix translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Dec 10, 2024
1 parent ddcf77c commit e7ec050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class StatusFilter extends Component {
{ name: "EDIT", translationKey: "statuseditor" },
{ name: "CONTROL", translationKey: "statuscontroller" },
{ name: "VALID", translationKey: "statusvalidator" },
{ name: "PUBLIC", translationKey: "statuspublic" },
{ name: "PUBLIC", translationKey: "statuspublisher" },
].map(role => (
<Form.Field key={"sec-" + role.translationKey}>
<Radio
Expand Down

0 comments on commit e7ec050

Please sign in to comment.