rocket-a


git -C '/home/opc/rocketa.git' show f365f81 -- resources/views/client/ad/detail.blade.php

commit f365f814c45672872439c5239874e6760d6da274
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Thu Oct 23 12:15:55 2025 +0900

    翻訳作業

diff --git a/resources/views/client/ad/detail.blade.php b/resources/views/client/ad/detail.blade.php
index ad6d48e..0864590 100644
--- a/resources/views/client/ad/detail.blade.php
+++ b/resources/views/client/ad/detail.blade.php
@@ -312,7 +312,7 @@
 
             <div class="col-sm-10 px-0 d-flex align-items-center">
                 <div class="px-2 py-3 w-100">
-                    <p class="mb-0 text-break text-justify">{{ $ad_data->cycle }}</p>
+                    <p class="mb-0 text-break text-justify">{{ __(\Config::get('const.cycle')[$ad_data->cycle]) }}</p>
                 </div>
             </div>
         </div><!-- /.form-group -->

diff.txt · 最終更新: by root