@@ -257,7 +257,7 @@ public RegistrationForm generateProjectRegistrationForm(String groupPath, String
257
257
.withOptional (true )
258
258
.endIdentityParam ()
259
259
.withAddedGroupParam ()
260
- .withLabel (msg .getMessage ("FormGenerator.selectGroups " ))
260
+ .withLabel (msg .getMessage ("FormGenerator.yourGroups " ))
261
261
.withGroupPath (groupPath + "/?*/**" )
262
262
.withRetrievalSettings (ParameterRetrievalSettings .interactive ).withMultiselect (true )
263
263
.endGroupParam ().withFormLayoutSettings (getDefaultLayoutSettings (logo ))
@@ -295,7 +295,7 @@ public EnquiryForm generateProjectJoinEnquiryForm(String groupPath, String logo)
295
295
groupDisplayedName , actualForms ))
296
296
.withTargetGroups (new String [] { "/" }).withType (EnquiryForm .EnquiryType .STICKY )
297
297
.withTargetCondition ("!(groups contains '" + groupPath + "')" )
298
- .withAddedGroupParam ().withLabel (msg .getMessage ("FormGenerator.selectGroups " ))
298
+ .withAddedGroupParam ().withLabel (msg .getMessage ("FormGenerator.yourGroups " ))
299
299
.withMultiselect (true ).withGroupPath (groupPath + "/?*/**" )
300
300
.withRetrievalSettings (ParameterRetrievalSettings .interactive ).endGroupParam ()
301
301
.withDisplayedName (new I18nString (msg .getLocaleCode (),
@@ -317,7 +317,7 @@ public EnquiryForm generateProjectUpdateEnquiryForm(String groupPath, String log
317
317
.withName (generateName (msg .getMessage ("FormGenerator.updateEnquiryNameSuffix" ),
318
318
groupDisplayedName , actualForms ))
319
319
.withTargetGroups (new String [] { groupPath }).withType (EnquiryForm .EnquiryType .STICKY )
320
- .withAddedGroupParam ().withLabel (msg .getMessage ("FormGenerator.selectGroups " ))
320
+ .withAddedGroupParam ().withLabel (msg .getMessage ("FormGenerator.yourGroups " ))
321
321
.withMultiselect (true ).withGroupPath (groupPath + "/?*/**" )
322
322
.withRetrievalSettings (ParameterRetrievalSettings .interactive ).endGroupParam ()
323
323
.withDisplayedName (new I18nString (msg .getLocaleCode (),
0 commit comments