rocket-a


git -C '/home/opc/rocketa.git' show b7592f8 -- resources/views/admin/media/bill/ring_up_list.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/media/bill/ring_up_list.blade.php b/resources/views/admin/media/bill/ring_up_list.blade.php
index 80aa895..749c49c 100644
--- a/resources/views/admin/media/bill/ring_up_list.blade.php
+++ b/resources/views/admin/media/bill/ring_up_list.blade.php
@@ -9,7 +9,7 @@
 
 <?php
 // 仕様変更
-// メディア単位だったものを会社単位で集計する方式に変更
+// パートナー単位だったものを会社単位で集計する方式に変更
 $change_specification = 202503;
 ?>
 {{-- コンテンツ内容 .main_col内 --}}
@@ -50,7 +50,7 @@ $change_specification = 202503;
                         <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">
@@ -134,7 +134,7 @@ $change_specification = 202503;
                     <thead class="thead-light">
                         <tr>
                             <th class="align-middle" scope="col" style="width: 30%;">
-                                <span class="d-block text-center">メディア</span>
+                                <span class="d-block text-center">パートナー</span>
                             </th>
 
                             <th class="align-middle" scope="col" style="width: 15%;">

diff.txt · 最終更新: by root