Skip to content

Commit

Permalink
Minor wording change to notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Greateck committed Feb 6, 2019
1 parent 6c43b6b commit c7daa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/EditReportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
// notify the user that he received an additional reward
this.$notify({
group: 'success',
text: 'If this is your first edit today, you\'ve been rewarded '+outcome.amount + ' AFIT tokens. Congrats!',
text: 'You\'ve been rewarded '+outcome.amount + ' AFIT tokens for editing your report via Actifit.io. Congrats!',
position: 'top center'
})
}
Expand Down

0 comments on commit c7daa36

Please sign in to comment.