Fix Video Challenge Completed Message

This commit is contained in:
Mrugesh Mohapatra
2016-02-17 13:15:51 +00:00
parent a759129487
commit c1fd229e96

View File

@ -305,7 +305,7 @@ export default Actions({
},
toast: {
title: 'Congratulations!',
message: 'Hike completed.' + (isSignedIn ? ' Saving...' : ''),
message: 'Challenge completed.' + (isSignedIn ? ' Saving...' : ''),
id: state.toast && state.toast.id ?
state.toast.id + 1 :
1,