From c1c4fe20728c50f2ea6cfc31901ea08b98d7e5e3 Mon Sep 17 00:00:00 2001 From: objecttothis Date: Thu, 9 Feb 2023 01:10:16 +0400 Subject: [PATCH] fixed language line in en-US Interpolation requires that naming of the placeholder be consistent. We can use associative or non... IMO associative is better because you know what is supposed to go there. --- app/Language/en-US/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Language/en-US/Common.php b/app/Language/en-US/Common.php index 3afe8e3a9..d568d87fc 100644 --- a/app/Language/en-US/Common.php +++ b/app/Language/en-US/Common.php @@ -10,7 +10,7 @@ return [ "comments" => "Comments", "common" => "common", "confirm_search" => "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?", - "copyrights" => "© 2010 - {0}", + "copyrights" => "© 2010 - {current_year}", "correct_errors" => "Please correct identified errors before saving", "country" => "Country", "dashboard" => "",