Browse Source

fix single underscore in translation

ok236449 2 years ago
parent
commit
2b3b8ddec9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/servers/settings.blade.php

+ 1 - 1
resources/views/servers/settings.blade.php

@@ -261,7 +261,7 @@
                                               @endforeach
                                               @endforeach
                                           </select>
                                           </select>
                                           <br> {{__("Once the Upgrade button is pressed, we will automatically deduct the amount for the first hour according to the new product from your credits")}}. <br>
                                           <br> {{__("Once the Upgrade button is pressed, we will automatically deduct the amount for the first hour according to the new product from your credits")}}. <br>
-                                          <br> {{_("Server will be automatically restarted once upgraded")}}
+                                          <br> {{__("Server will be automatically restarted once upgraded")}}
                                     </div>
                                     </div>
                                     <div class="modal-footer card-body">
                                     <div class="modal-footer card-body">
                                         <button type="submit" class="btn btn-primary upgrade-once" style="width: 100%"><strong>{{__("Change Product")}}</strong></button>
                                         <button type="submit" class="btn btn-primary upgrade-once" style="width: 100%"><strong>{{__("Change Product")}}</strong></button>