Skip to content

Commit 135e610

Browse files
committed
fix form titles
1 parent b62ca8e commit 135e610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DomainModels/JobApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace SurveyJSAsFormLibrary.DomainModels
99
{
10-
[DomainModelForm("job-application", "Job Application Form (auto generated)")]
10+
[DomainModelForm("job-application", "Job Application Form")]
1111
public sealed class JobApplication: PersonInformation
1212
{
1313
[FormField(ChoicesByUrl = "https://surveyjs.io/api/CountriesExample")]

DomainModels/NPSSurvey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace SurveyJSAsFormLibrary.DomainModels
1010
{
11-
[DomainModelForm("nps-survey", "NPS Survey (DM without attributes)")]
11+
[DomainModelForm("nps-survey", "NPS Survey")]
1212
public class NPSSurvey: DomainModel
1313
{
1414
public int NPSScore { get; set; }

0 commit comments

Comments
 (0)