Skip to content

Commit 9e191ea

Browse files
author
Rupert Westenthaler
committed
updated configuration
1 parent 7ab372b commit 9e191ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

studymanager-goaltemplates/src/main/java/io/redlink/more/studymanager/core/factory/GoalTemplateFactory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public final String getDescription() {
164164
.setDefaultValue(false);
165165

166166
/*
167-
* Config Section
167+
* Config Sections for Goals
168168
*/
169169
protected static final Value<Void> CONFIG_SECTION_CONFIGURATION = new ConfigSection("configuration")
170170
.setName(GLOBAL_PROPERTY_PREFIX + "section.configuration.name")
@@ -180,7 +180,7 @@ public final String getDescription() {
180180
.setDescription(GLOBAL_PROPERTY_PREFIX + "section.self-report.description");
181181

182182
/*
183-
* x-percent reached
183+
* Goal status properties
184184
*/
185185
protected static final Value<String> STATUS_100_PERCENT_REACHED = new StringTextValue("status-100-reached")
186186
.setName(GLOBAL_PROPERTY_PREFIX + "status-100-reached.name")
@@ -209,7 +209,7 @@ public final String getDescription() {
209209
.setDefaultValue("Du hast heute mehr konsumiert als ausgemacht. Bleib dran. Morgen geht es wieder besser.");
210210

211211
/*
212-
* Self Report
212+
* Self Report Properties
213213
*/
214214

215215
protected static final Value<String> SELF_REPORT_QUESTION = new StringTextValue("self-report-question")

0 commit comments

Comments
 (0)