浏览代码

Correction of incorrect text output

MrWeez 2 年之前
父节点
当前提交
61d6240717
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/views/servers/index.blade.php

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

@@ -257,7 +257,7 @@
         const handleServerDelete = (serverId) => {
             Swal.fire({
                 title: "{{ __('Delete Server?') }}",
-                html: "{{!! __('This is an irreversible action, all files of this server will be removed. <strong>No funds will get refunded</strong>. We recommend deleting the server when server is suspended.') !!}}",
+                html: "{!! __('This is an irreversible action, all files of this server will be removed. <strong>No funds will get refunded</strong>. We recommend deleting the server when server is suspended.') !!}",
                 icon: 'warning',
                 confirmButtonColor: '#d9534f',
                 showCancelButton: true,