Browse Source

fix minimum credits display on create server

1day2die 2 years ago
parent
commit
b26ebb3150
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/default/views/servers/create.blade.php

+ 1 - 1
themes/default/views/servers/create.blade.php

@@ -212,7 +212,7 @@
                                                         {{ __('Required') }} {{ CREDITS_DISPLAY_NAME }}
                                                         {{ __('Required') }} {{ CREDITS_DISPLAY_NAME }}
                                                         {{ __('to create this server') }}</span>
                                                         {{ __('to create this server') }}</span>
                                                     <span class="d-inline-block"
                                                     <span class="d-inline-block"
-                                                        x-text="product.minimum_credits === -1 ? {{ config('SETTINGS::USER:MINIMUM_REQUIRED_CREDITS_TO_MAKE_SERVER') }} : product.minimum_credit"></span>
+                                                        x-text="product.minimum_credits == -1 ? {{ config('SETTINGS::USER:MINIMUM_REQUIRED_CREDITS_TO_MAKE_SERVER') }} : product.minimum_credits"></span>
                                                 </li>
                                                 </li>
                                             </ul>
                                             </ul>
                                         </div>
                                         </div>