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 @@