Merge pull request #7090 from raisedadead/fix/hike-completion-message
Fix Video Challenge Completed Message
This commit is contained in:
@ -305,7 +305,7 @@ export default Actions({
|
|||||||
},
|
},
|
||||||
toast: {
|
toast: {
|
||||||
title: 'Congratulations!',
|
title: 'Congratulations!',
|
||||||
message: 'Hike completed.' + (isSignedIn ? ' Saving...' : ''),
|
message: 'Challenge completed.' + (isSignedIn ? ' Saving...' : ''),
|
||||||
id: state.toast && state.toast.id ?
|
id: state.toast && state.toast.id ?
|
||||||
state.toast.id + 1 :
|
state.toast.id + 1 :
|
||||||
1,
|
1,
|
||||||
|
Reference in New Issue
Block a user