Skip to content

Commit b1e87ab

Browse files
committed
UY-1139 QA fixes
1 parent c4165ad commit b1e87ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

engine/src/main/java/pl/edu/icm/unity/engine/utils/GroupDelegationConfigGeneratorImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public RegistrationForm generateProjectRegistrationForm(String groupPath, String
257257
.withOptional(true)
258258
.endIdentityParam()
259259
.withAddedGroupParam()
260-
.withLabel(msg.getMessage("FormGenerator.selectGroups"))
260+
.withLabel(msg.getMessage("FormGenerator.yourGroups"))
261261
.withGroupPath(groupPath + "/?*/**")
262262
.withRetrievalSettings(ParameterRetrievalSettings.interactive).withMultiselect(true)
263263
.endGroupParam().withFormLayoutSettings(getDefaultLayoutSettings(logo))
@@ -295,7 +295,7 @@ public EnquiryForm generateProjectJoinEnquiryForm(String groupPath, String logo)
295295
groupDisplayedName, actualForms))
296296
.withTargetGroups(new String[] { "/" }).withType(EnquiryForm.EnquiryType.STICKY)
297297
.withTargetCondition("!(groups contains '" + groupPath + "')")
298-
.withAddedGroupParam().withLabel(msg.getMessage("FormGenerator.selectGroups"))
298+
.withAddedGroupParam().withLabel(msg.getMessage("FormGenerator.yourGroups"))
299299
.withMultiselect(true).withGroupPath(groupPath + "/?*/**")
300300
.withRetrievalSettings(ParameterRetrievalSettings.interactive).endGroupParam()
301301
.withDisplayedName(new I18nString(msg.getLocaleCode(),
@@ -317,7 +317,7 @@ public EnquiryForm generateProjectUpdateEnquiryForm(String groupPath, String log
317317
.withName(generateName(msg.getMessage("FormGenerator.updateEnquiryNameSuffix"),
318318
groupDisplayedName, actualForms))
319319
.withTargetGroups(new String[] { groupPath }).withType(EnquiryForm.EnquiryType.STICKY)
320-
.withAddedGroupParam().withLabel(msg.getMessage("FormGenerator.selectGroups"))
320+
.withAddedGroupParam().withLabel(msg.getMessage("FormGenerator.yourGroups"))
321321
.withMultiselect(true).withGroupPath(groupPath + "/?*/**")
322322
.withRetrievalSettings(ParameterRetrievalSettings.interactive).endGroupParam()
323323
.withDisplayedName(new I18nString(msg.getLocaleCode(),

engine/src/main/resources/messages/engine/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ AuthenticationProcessorImpl.authnWrongUsers=Two different users were authenticat
207207
FormGenerator.updateAccount=Update your account
208208
FormGenerator.createAccount=Create new account
209209
FormGenerator.provideDetails=Provide your details
210-
FormGenerator.selectGroups=Select groups:
210+
FormGenerator.yourGroups=Your groups:
211211

212212
FormGenerator.invalidRegistrationForm=Invalid registration form
213213
FormGenerator.noEmailIdentity=No email identity parameter. In this case email identity should be set by form profile.

0 commit comments

Comments
 (0)