From 18b97c22ac43780c983fff7bb11b355987fe06e9 Mon Sep 17 00:00:00 2001 From: Greateck Date: Thu, 7 Feb 2019 01:10:05 +0200 Subject: [PATCH] Adjust vote notification --- components/ReportModal.vue | 30 ++++++++++++++++++++++++++++-- components/VoteModal.vue | 2 +- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/components/ReportModal.vue b/components/ReportModal.vue index cdd05d2b..63ac36f0 100644 --- a/components/ReportModal.vue +++ b/components/ReportModal.vue @@ -11,6 +11,8 @@ +
+
@@ -18,8 +20,12 @@ diff --git a/components/VoteModal.vue b/components/VoteModal.vue index 315079fe..4b63c4fa 100644 --- a/components/VoteModal.vue +++ b/components/VoteModal.vue @@ -123,7 +123,7 @@ // notify the user that he received an additional reward this.$notify({ group: 'success', - text: 'You\'ve been rewarded '+outcome.amount + ' AFIT tokens for upvoting a min of 3 Actifit reports at 20%. Congrats!', + text: 'You\'ve been rewarded '+outcome.amount + ' AFIT tokens for upvoting 3 Actifit reports at 20% voting power or more. Congrats!', position: 'top center' }) }