From 9fc26a8ee043afa76367cc28b82ceecf691f3e74 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 26 Feb 2018 13:15:54 +0100 Subject: [PATCH 1/2] Update config.php --- resources/lang/en_US/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en_US/config.php b/resources/lang/en_US/config.php index 04779cce70..71d15b1baa 100644 --- a/resources/lang/en_US/config.php +++ b/resources/lang/en_US/config.php @@ -34,7 +34,7 @@ return [ 'month_and_day_js' => 'MMMM Do, YYYY', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'specific_day_js' => 'D MMMM YYYY', - 'week_in_year_js' => 'Week w, YYYY', + 'week_in_year_js' => '[Week] w, YYYY', 'year_js' => 'YYYY', 'half_year_js' => 'Q YYYY', ]; From 33def5b45dc3151701c94ff38cbb402e3d9e9e54 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 26 Feb 2018 13:18:34 +0100 Subject: [PATCH 2/2] Update validation.php --- resources/lang/en_US/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en_US/validation.php b/resources/lang/en_US/validation.php index 86b52b7f27..3650067dfb 100644 --- a/resources/lang/en_US/validation.php +++ b/resources/lang/en_US/validation.php @@ -33,7 +33,7 @@ return [ 'belongs_user' => 'This value is invalid for this field.', 'at_least_one_transaction' => 'Need at least one transaction.', 'require_currency_info' => 'The content of this field is invalid without currency information.', - 'equal_description' => 'Transaction description should not equal journal description.', + 'equal_description' => 'Transaction description should not equal global description.', 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.', 'file_too_large' => 'File ":name" is too large.', 'belongs_to_user' => 'The value of :attribute is unknown',