git -C '/home/opc/rocketa.git' show f393a5a -- resources/views/media/general/achieve/fixed_cost_detail.blade.phpcommit f393a5a0fad5dd498bf6f58ad344360076cf9d89
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Fri Dec 19 19:36:07 2025 +0900
メニュータイトルの仕様変更
銀行コピーのアップロード機能
diff --git a/resources/views/media/general/achieve/fixed_cost_detail.blade.php b/resources/views/media/general/achieve/fixed_cost_detail.blade.php
index 87dc9f0..8c65288 100644
--- a/resources/views/media/general/achieve/fixed_cost_detail.blade.php
+++ b/resources/views/media/general/achieve/fixed_cost_detail.blade.php
@@ -6,11 +6,11 @@
// ここのタイトルがapp.bladeに読み込まれます。
?>
-@section('title', '固定費詳細')
+@section('title', __('achieve-continue_list.fixed-cost-details'))
{{-- コンテンツ内容 .main_col内 --}}
@section('content')
- <h2 class="mb-3 pb-2 border-bottom">{{__('achieve-continue_list.performance-management')}} - {{__('achieve-continue_list.fixed-cost-details')}}</h2>
+ <h2 class="mb-3 pb-2 border-bottom">{{__('achieve-continue_list.fixed-cost-details')}}</h2>
<div class="form_box border mb-3">
<h5 class="mb-0 text-white bg-dark form_head">{{__('achieve-continue_list.manual-performance-details')}}</h5>