Skip to content

Commit

Permalink
fix(public forms): add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Dec 19, 2024
1 parent f4ffa7c commit 5e7c6e2
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 341 deletions.
4 changes: 2 additions & 2 deletions src/app/features/public-form/public-form.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const viewConfigs: ViewConfig[] = [
entityType: PublicFormConfig.ENTITY_TYPE,
panels: [
{
title: "General Setting",
title: $localize`:PublicFormConfig admin form panel:General Setting`,
components: [
{
component: "Form",
Expand All @@ -89,7 +89,7 @@ const viewConfigs: ViewConfig[] = [
],
},
{
title: "Configure Fields",
title: $localize`:PublicFormConfig admin form panel:Configure Fields`,
components: [
{
component: "Form",
Expand Down
Loading

0 comments on commit 5e7c6e2

Please sign in to comment.