From 2124417c31178d5e800f711d66f712891cb5c413 Mon Sep 17 00:00:00 2001 From: Christopher Di Carlo Date: Thu, 4 Jul 2019 18:21:27 -0400 Subject: [PATCH] Added payment amount to dashboard activity. (#2889) --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9ccef9e741a9..fa1dd8cf79d1 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archived invoice :invoice', 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user updated payment :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment',