浏览代码

fix single underscore in translation

ok236449 2 年之前
父节点
当前提交
2b3b8ddec9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/servers/settings.blade.php

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

@@ -261,7 +261,7 @@
                                               @endforeach
                                           </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> {{_("Server will be automatically restarted once upgraded")}}
+                                          <br> {{__("Server will be automatically restarted once upgraded")}}
                                     </div>
                                     <div class="modal-footer card-body">
                                         <button type="submit" class="btn btn-primary upgrade-once" style="width: 100%"><strong>{{__("Change Product")}}</strong></button>