rocket-a


git -C '/home/opc/rocketa.git' show 782aabc -- resources/views/admin/ad/list.blade.php

commit 782aabcdb0d7daab98f4294dcd7deaa6e85351d2
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Mon Oct 27 12:37:26 2025 +0900

    翻訳作業

diff --git a/resources/views/admin/ad/list.blade.php b/resources/views/admin/ad/list.blade.php
index 66dba95..1e9c638 100644
--- a/resources/views/admin/ad/list.blade.php
+++ b/resources/views/admin/ad/list.blade.php
@@ -189,7 +189,8 @@
 
                                 <div class="col-sm-10 px-0 d-flex align-items-center">
                                     <div class="p-2 w-100">
-                                        {{ Form::select('result_method', $items['result_method'], $conditions['result_method'], ['class'=>'form-select', 'data-placeholder'=>'選択してください']) }}
+                                        {{ Form::select('result_method', $items['result_method'], $conditions['result_method'], ['class'=>'form-select', 'data-placeholder'=>__('common.please_select')
+]) }}
                                     </div>
                                 </div>
                             </div><!-- /.form-group -->

diff.txt · 最終更新: by root