diff --git a/resources/lang/en/Public_ViewEvent.php b/resources/lang/en/Public_ViewEvent.php index a180fa64..6c73b241 100644 --- a/resources/lang/en/Public_ViewEvent.php +++ b/resources/lang/en/Public_ViewEvent.php @@ -75,5 +75,6 @@ return [ 'your_information' => 'Your information', 'your_message' => 'Your message', 'your_name' => 'Your name', - 'your' => 'Your' + 'your' => 'Your', + 'seats_map' => 'Seats map' ]; diff --git a/resources/lang/ru/Public_ViewEvent.php b/resources/lang/ru/Public_ViewEvent.php index 45611669..05402a70 100644 --- a/resources/lang/ru/Public_ViewEvent.php +++ b/resources/lang/ru/Public_ViewEvent.php @@ -75,5 +75,6 @@ return [ 'your_information' => 'Ваши данные', 'your_message' => 'Ваше сообщение', 'your_name' => 'Ваше имя', - 'your' => 'Ваш' + 'your' => 'Ваш', + 'seats_map' => 'Посмотреть схему зала' ]; diff --git a/resources/lang/tk/Public_ViewEvent.php b/resources/lang/tk/Public_ViewEvent.php index 0e3049a4..16575d7f 100644 --- a/resources/lang/tk/Public_ViewEvent.php +++ b/resources/lang/tk/Public_ViewEvent.php @@ -75,5 +75,6 @@ return [ 'your_information' => 'Your information', 'your_message' => 'Your message', 'your_name' => 'Your name', - 'your' => 'Your' + 'your' => 'Your', + 'seats_map' => 'Ýerleşik shemasy' ]; diff --git a/resources/views/Bilettm/ViewEvent/SeatsPage.blade.php b/resources/views/Bilettm/ViewEvent/SeatsPage.blade.php index 1d5fc7aa..7c7f1648 100644 --- a/resources/views/Bilettm/ViewEvent/SeatsPage.blade.php +++ b/resources/views/Bilettm/ViewEvent/SeatsPage.blade.php @@ -17,7 +17,7 @@