mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 12:57:32 -04:00
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:
committed by
Steve Ireland
parent
88c7b11910
commit
c1c4fe2072
@@ -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" => "",
|
||||
|
||||
Reference in New Issue
Block a user