-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6834065
commit 8e19f24
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
feature/dashboard/src/main/res/values/survey_hint_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="survey_hint_text">Survey available</string> | ||
<string name="survey_dialog_title">We need your help!</string> | ||
<string name="survey_dialog_do_you_have_time">Do you have 5–10 minutes to take a short survey and help us improve the app?</string> | ||
<string name="survey_dialog_thank_you">Thank you for your consideration!</string> | ||
<string name="survey_dialog_button_participate">Participate</string> | ||
<string name="survey_dialog_button_not_now">Not now</string> | ||
</resources> |