rocket-a


git -C '/home/opc/rocketa.git' show f393a5a -- resources/views/admin/general/achieve/fixed_cost_detail.blade.php

commit f393a5a0fad5dd498bf6f58ad344360076cf9d89
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Fri Dec 19 19:36:07 2025 +0900

    メニュータイトルの仕様変更
    銀行コピーのアップロード機能

diff --git a/resources/views/admin/general/achieve/fixed_cost_detail.blade.php b/resources/views/admin/general/achieve/fixed_cost_detail.blade.php
index 6e4dad7..4c6a81d 100644
--- a/resources/views/admin/general/achieve/fixed_cost_detail.blade.php
+++ b/resources/views/admin/general/achieve/fixed_cost_detail.blade.php
@@ -11,11 +11,11 @@ if ($fixed_cost_data['month']) {
 }
 ?>
 
-@section('title', '固定費追加')
+@section('title', __('achive-fixed_cost_detail.fixed_cost_detail'))
 
 {{-- コンテンツ内容 .main_col内 --}}
 @section('content')
-    <h2 class="mb-3 pb-2 border-bottom">{{__('achive-fixed_cost_detail.performance_management')}} - {{__('achive-fixed_cost_detail.fixed_cost_detail')}}</h2>
+    <h2 class="mb-3 pb-2 border-bottom">{{__('achive-fixed_cost_detail.fixed_cost_detail')}}</h2>
 
     <div class="area_btn">
         <div class="row mx-0 mb-3 justify-content-end">

diff.txt · 最終更新: by root