Skip to content

Commit

Permalink
Merge pull request #626 from d-tree-org/kk-625-rephrase-module-titles
Browse files Browse the repository at this point in the history
Rephrase modules titles
  • Loading branch information
maulidkategile authored Jun 24, 2024
2 parents 8b89d97 + 1c0125e commit c737fee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ private void evaluateCCDChildSafety(Map<String, ServiceWrapper> serviceWrapperMa
if (alert == null || new LocalDate().isBefore(new LocalDate(alert.startDate()))) return;

final String serviceIteration = serviceWrapper.getName().substring(serviceWrapper.getName().length() - 1);
String title = context.getString(R.string.child_safety);
String title = context.getString(R.string.child_safety_year_ii);

// alert if overdue after 14 days
boolean isOverdue = new LocalDate().isAfter(new LocalDate(alert.startDate()).plusDays(14));
Expand Down
4 changes: 2 additions & 2 deletions opensrp-chw/src/kk/res/values-sw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

<string name="toddler_danger_sign_month"> Dalili za hatari za mtoto </string>
<string name="ccd_introduction"> <b>CCD</b>: Mwanzo </string>
<string name="ccd_development_screening"> <b>CCD</b>: Maendeleo ya ukuaji </string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Hali ya mawasiliano </string>
<string name="ccd_development_screening"> <b>CCD</b>: Tathmini ya maendeleo ya mtoto </string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Tathmini maendeleo na fundisha kuhusu mawasiliano </string>
<string name="ccd_child_discipline"> <b>CCD</b>: Ushauri juu ya namna ya kujenga nidhamu kwa mtoto </string>
<string name="complimentary_feeding_year_ii">Lishe</string>
<string name="ccd_breastfeeding">Unyonyeshaji wa maziwa ya mama</string>
Expand Down
6 changes: 3 additions & 3 deletions opensrp-chw/src/kk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<string name="malaria_prevention_llin_condition_fair">Fair</string>
<string name="child_play_and_assessment_counselling"><b>CCD</b>: Play Assessment and Counselling</string>
<string name="ccd_problem_solving"><b>CCD</b>: Problem Solving</string>
<string name="ccd_caregiver_responsiveness"><b>CCD</b>: Caregiver Responsiveness to Child Behavior/Cues</string>
<string name="ccd_caregiver_responsiveness"><b>CCD</b>: Caregiver Responsiveness to Child Behavior/Cues and Counselling</string>
<string name="newborn_care_cord_care">Essential Newborn Care: Cord Care</string>
<string name="ccd_play_child">Caregiver play with child</string>
<string name="ccd_communication_with_child">Communicating with child</string>
Expand All @@ -103,8 +103,8 @@

<string name="toddler_danger_sign_month"> Toddler danger sign </string>
<string name="ccd_introduction"> <b>CCD</b>: Introduction</string>
<string name="ccd_development_screening"> <b>CCD</b>: Development screening </string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Communication assessment </string>
<string name="ccd_development_screening"> <b>CCD</b>: Development Screening Assessment</string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Communication Assessment and Counselling </string>
<string name="ccd_child_discipline"> <b>CCD</b>: Child Discipline Assessment and Counselling</string>
<string name="complimentary_feeding_year_ii">Nutrition</string>
<string name="ccd_breastfeeding">Breastfeeding</string>
Expand Down

0 comments on commit c737fee

Please sign in to comment.