From 9105ce8bb1a91c17ea9164784cbe4a66ac73767b Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Thu, 15 Apr 2021 11:23:58 +0200 Subject: [PATCH] SelectInput.vue added translation --- config/language-translations.php | 1 + resources/js/components/Others/Forms/SelectInput.vue | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/language-translations.php b/config/language-translations.php index e4e9d8c8..794a6bae 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -672,5 +672,6 @@ return [ 'og_image_description' => 'Image that appear when someone shares the content to Facebook or any other social medium. Preferred size is 1200x627', 'app_touch_icon' => 'App Touch Icon', 'app_touch_icon_description' => 'If user store bookmark on his phone screen, this icon appear in app thumbnail. Preferred size is 156x156', + 'select_search_placeholder' => 'Search in list...', ] ]; \ No newline at end of file diff --git a/resources/js/components/Others/Forms/SelectInput.vue b/resources/js/components/Others/Forms/SelectInput.vue index 0dad9635..b3f311d0 100644 --- a/resources/js/components/Others/Forms/SelectInput.vue +++ b/resources/js/components/Others/Forms/SelectInput.vue @@ -25,8 +25,7 @@