Skip to content

Commit b62ca8e

Browse files
committed
short description for NPS form
1 parent 3762cb9 commit b62ca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 (Domain Model without attributes)")]
11+
[DomainModelForm("nps-survey", "NPS Survey (DM without attributes)")]
1212
public class NPSSurvey: DomainModel
1313
{
1414
public int NPSScore { get; set; }

0 commit comments

Comments
 (0)