File tree Expand file tree Collapse file tree
amp/src/main/java/org/digijava/kernel/ampapi/endpoints Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class IndicatorManagerService {
4646
4747 private final SimpleDateFormat simpleDateFormat = new SimpleDateFormat ("dd/MM/yyyy" );
4848
49- public static final String FILTER_BY_PROGRAM = "Filter By Program" ;
49+ public static final String FILTER_BY_PROGRAM = "Filter by Program" ;
5050
5151 public static final String FILTER_BY_SECTOR = "Filter By Sector" ;
5252
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public class SettingsConstants {
109109 put (YEAR_ALL , "All" );
110110 put (PROGRAM_SETTINGS , "Program Settings" );
111111 put (INDICATOR_FILTER_BY_SECTOR , "Filter By Sector" );
112- put (INDICATOR_FILTER_BY_PROGRAM , "Filter By Program" );
112+ put (INDICATOR_FILTER_BY_PROGRAM , "Filter by Program" );
113113 put (NUMBER_OF_INDICATORS_IN_DASHBOARD , "Number of indicators in M&E Dashboard" );
114114 put (SORT_COLUMN , GlobalSettingsConstants .DEFAULT_RESOURCES_SORT_COLUMN );
115115 put (MAXIMUM_FILE_SIZE , GlobalSettingsConstants .CR_MAX_FILE_SIZE );
You can’t perform that action at this time.
0 commit comments