[Pharo] Personal fitness tracker web app.
Clean up primary muscle group form component.
src/MyFitnessTracker/MFTPrimaryMuscleGroupFormComponent.class.st
@@ -10,7 +10,7 @@
10
10
MFTPrimaryMuscleGroupFormComponent >> initialize [
11
11
12
12
super initialize.
13
Removed:
heading := 'Primary Muscle Group'
13
Added:
heading := 'Primary Group'
14
14
]
15
15
16
16
{ #category : 'rendering' }