rocket-a


git -C '/home/opc/rocketa.git' show b7592f8 -- resources/views/admin/client/bill/current_status.blade.php

commit b7592f8a06b1f00ddfd7e150bcd87d08c531ae6e
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Mon Oct 13 11:00:19 2025 +0900

    メディアからパートナーへ名称変更+パートナーサイト翻訳

diff --git a/resources/views/admin/client/bill/current_status.blade.php b/resources/views/admin/client/bill/current_status.blade.php
index 5ed44f0..0497cac 100644
--- a/resources/views/admin/client/bill/current_status.blade.php
+++ b/resources/views/admin/client/bill/current_status.blade.php
@@ -45,16 +45,16 @@
                         <div class="form_box border mb-2">
                             <div class="form-group row m-0 border-bottom">
                                 <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                                    {{ Form::label('', 'メディア', ['class'=>'px-2 col-form-label']) }}
+                                    {{ Form::label('', 'パートナー', ['class'=>'px-2 col-form-label']) }}
                                 </div>
 
                                 <div class="col-sm-10 px-0 d-flex align-items-center">
                                     <div class="p-2 w-100">
-                                        {{ Form::text('','', ['class'=>'form-control mb-2', 'placeholder'=>'メディアを選択してください。']) }}
+                                        {{ Form::text('','', ['class'=>'form-control mb-2', 'placeholder'=>'パートナーを選択してください。']) }}
 
                                         <div class="row mx-0 justify-content-start w-100">
                                             <div class="col-sm-4 col-auto flex-fill p-0">
-                                                {{ Form::button('メディアを選択', ['class'=>'btn btn-primary w-100', 'data-toggle'=>'modal', 'data-target'=>'#search_modal', 'data-whatever'=>'メディア']) }}
+                                                {{ Form::button('パートナーを選択', ['class'=>'btn btn-primary w-100', 'data-toggle'=>'modal', 'data-target'=>'#search_modal', 'data-whatever'=>'パートナー']) }}
                                             </div>
                                         </div>
                                     </div>
@@ -275,7 +275,7 @@
                 <thead class="thead-light">
                     <tr>
                         <th class="align-middle" scope="col">
-                            <span class="d-block text-center">     メディア     </span>
+                            <span class="d-block text-center">     パートナー     </span>
                         </th>
 
                         <th class="align-middle" scope="col">

diff.txt · 最終更新: by root