Skip to content

Commit

Permalink
Change sharing activity to be 'Invite a Friend' and new prompt (resolves
Browse files Browse the repository at this point in the history
 #98)
  • Loading branch information
tasota committed Jan 21, 2020
1 parent 0879983 commit 19ec264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/assets/DbSeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{ "uuid": "coping_skill_15", "name": "Parent Video" },

{ "uuid": "coping_skill_6", "name": "Share", "imageFileUuid": "ic_share" },
{ "uuid": "coping_skill_6", "name": "Invite a Friend", "imageFileUuid": "ic_share" },
{ "uuid": "coping_skill_10", "name": "Squeeze", "imageFileUuid": "ic_balloon_squeeze" },
{ "uuid": "coping_skill_2", "name": "Static Coping Skill", "imageFileUuid": "ic_yoga" },
{ "uuid": "coping_skill_7", "name": "Rock and Twist", "imageFileUuid": "ic_stretch2_rock_and_twist" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class ShareCopingSkillActivity extends StaticCopingSkillActivity {

@Override
public String getAudioFileForCopingSkillTitle() {
return "etc/audio_prompts/audio_share.wav";
return "etc/audio_prompts/audio_invite_a_friend.wav";
}


Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="coping_skill_squeeze">Squeeze the squeezer until you feel in control.</string>
<string name="coping_skill_jumping_jacks">Let\'s do some jumping jacks!</string>
<string name="coping_skill_wand">Slowly wave the wand to make the music play.</string>
<string name="coping_skill_share">Happiness is nice to share. Do you see someone who could use a happy friend right now? Invite them to play with you!</string>
<string name="coping_skill_share">Invite a friend to play with you!</string>
<string name="coping_skill_teacher">Talk to your teacher about how you are feeling.</string>
<string name="overlay_placeholder">Do you need more time?</string>
<string name="teacher_login_prompt">Re-enter password to access teacher settings.</string>
Expand Down

0 comments on commit 19ec264

Please sign in to comment.