From c01850fc734699a252dff476f04a25fb52a3272a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 17 Oct 2017 19:19:46 -0700 Subject: [PATCH] Corrected Italian to Irish in language selector --- resources/macros/macros.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/macros/macros.php b/resources/macros/macros.php index f298568783..e7a15d377a 100644 --- a/resources/macros/macros.php +++ b/resources/macros/macros.php @@ -33,7 +33,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu 'he'=> "Hebrew", 'hu'=> "Hungarian", 'id'=> "Indonesian", - 'ga-IE'=> "Italian", + 'ga-IE'=> "Irish", 'it'=> "Italian", 'ja'=> "Japanese", 'ko'=> "Korean",