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.
This commit is contained in:
objecttothis
2023-02-09 01:10:16 +04:00
committed by Steve Ireland
parent 88c7b11910
commit c1c4fe2072

View File

@@ -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" => "",