Browse Source

Using {{CREDITS_DISPLAY_NAME}}

Dennis 3 năm trước cách đây
mục cha
commit
e3e2a6593b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      resources/views/servers/index.blade.php

+ 2 - 2
resources/views/servers/index.blade.php

@@ -85,11 +85,11 @@
                                     </tr>
                                     <tr>
                                         <td>Price per Hour</td>
-                                        <td>{{number_format($server->product->getHourlyPrice(),2,".")}} Credits</td>
+                                        <td>{{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}}</td>
                                     </tr>
                                     <tr>
                                         <td>Price per Month</td>
-                                        <td>{{$server->product->getHourlyPrice()*24*30}} Credits</td>
+                                        <td>{{$server->product->getHourlyPrice()*24*30}} {{CREDITS_DISPLAY_NAME}}</td>
                                     </tr>
                                 </table>
                             </div>