-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update text for no service points found #3491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
@@ -123,7 +123,7 @@ | |||
<string name="submit_questionnaire">Submit</string> | |||
<string name="invalid_base_resource">The base resource for GeoWidgetConfiguration MUST be Location</string> | |||
<string name="no_search_coonfigs_provided">No configs provided for search bar</string> | |||
<string name="no_found_locations_matching_text">No location found matching text \"%1$s\"</string> | |||
<string name="no_found_locations_matching_text">No caregiver found matching text \"%1$s\"</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@owais-vd This change should not be here. But pushed to the Strings XML file of the build variant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@f-odhiambo done
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3491 +/- ##
=========================================
- Coverage 27.2% 27.2% -0.1%
Complexity 756 756
=========================================
Files 278 278
Lines 14239 14241 +2
Branches 2582 2583 +1
=========================================
- Hits 3883 3880 -3
- Misses 9818 9824 +6
+ Partials 538 537 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
...id/geowidget/src/main/java/org/smartregister/fhircore/geowidget/screens/GeoWidgetFragment.kt
Outdated
Show resolved
Hide resolved
...est/src/main/java/org/smartregister/fhircore/quest/ui/geowidget/GeoWidgetLauncherFragment.kt
Outdated
Show resolved
Hide resolved
...id/geowidget/src/main/java/org/smartregister/fhircore/geowidget/screens/GeoWidgetFragment.kt
Outdated
Show resolved
Hide resolved
...id/geowidget/src/main/java/org/smartregister/fhircore/geowidget/screens/GeoWidgetFragment.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes [link to issue]
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file