rocket-a


git -C '/home/opc/rocketa.git' show f13744f -- resources/views/admin/client/list.blade.php

commit f13744f4f1ba4c1ecd5260760c3e0a3c657a70c2
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Wed Oct 22 12:43:14 2025 +0900

    翻訳作業

diff --git a/resources/views/admin/client/list.blade.php b/resources/views/admin/client/list.blade.php
index 5c955b9..6583ed4 100644
--- a/resources/views/admin/client/list.blade.php
+++ b/resources/views/admin/client/list.blade.php
@@ -213,7 +213,7 @@
                                             @if (isset($client_accounts_login_at[$client_data->id]))
                                                 <div class="col-xl-4 col-lg-10 py-0 px-1 left_btn">
                                                     <form method="POST" action="{{ 'https://'.env('CLIENT_DOMAIN').'/login' }}">
-                                                        <button type="submit" class="btn btn-secondary w-100 h-100 px-0">ログイン</button>
+                                                        <button type="submit" class="btn btn-secondary w-100 h-100 px-0">{{__('client-list.login')}}</button>
                                                         {{ Form::hidden('email', $client_data->mail_address) }}
                                                         {{ Form::hidden('password', $client_data->password) }}
                                                     </form>

diff.txt · 最終更新: by root