rocket-a


git -C '/home/opc/rocketa.git' show f393a5a -- resources/views/client/account/regist.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/client/account/regist.blade.php b/resources/views/client/account/regist.blade.php
index 4f4dbea..99cf819 100644
--- a/resources/views/client/account/regist.blade.php
+++ b/resources/views/client/account/regist.blade.php
@@ -5,11 +5,11 @@
 ページタイトル定義
 ここのタイトルがapp.bladeに読み込まれます。
 --}}
-@section('title', 'アカウント編集')
+@section('title', __('account-regist.edit-account'))
 
 {{-- コンテンツ内容 .main_col内 --}}
 @section('content')
-    <h2 class="mb-3 pb-2 border-bottom">{{__('account-regist.account-management')}} - {{__('account-regist.edit-account')}}</h2>
+    <h2 class="mb-3 pb-2 border-bottom">{{__('account-regist.edit-account')}}</h2>
     @if (empty($datas['action']))
         {{ Form::open() }}
             <div class="form_box border mb-3">

diff.txt · 最終更新: by root