From c7daa3681d24740b61fa34826a8617875124b753 Mon Sep 17 00:00:00 2001 From: Greateck Date: Thu, 7 Feb 2019 00:01:17 +0200 Subject: [PATCH] Minor wording change to notification --- components/EditReportModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/EditReportModal.vue b/components/EditReportModal.vue index ab613fa9..fc2b4d23 100644 --- a/components/EditReportModal.vue +++ b/components/EditReportModal.vue @@ -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' }) }