From 479ccdb92c5cc4746e9aa1c6597dc4d51854a565 Mon Sep 17 00:00:00 2001 From: IceToast Date: Fri, 22 Jul 2022 05:26:48 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=8C=90=20Added=20Bold=20text=20f?= =?UTF-8?q?or=20No=20refund?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/de.json | 2 +- resources/lang/en.json | 2 +- resources/views/servers/index.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index 184785c6..1beefcc0 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -454,7 +454,7 @@ "Cancelled": "Gekündigt", "An exception has occurred while trying to cancel the server": "Ein Fehler ist aufgetreten beim Versuch, den Server zu kündigen", "This will cancel your current server to the next billing period. It will get suspended when the current period runs out.": "Dies wird Ihren aktuellen Server zur nächsten Abrechnungsperiode kündigen. Er wird beim Ablauf der aktuellen Periode gesperrt.", - "This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.": "Dies ist eine irreversibel Aktion, alle Dateien dieses Servers werden gelöscht. Keine Gelder werden zurückgezahlt. Wir empfehlen, den Server zu löschen, wenn er gesperrt ist.", + "This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.": "Dies ist eine irreversiblen Aktion, alle Dateien dieses Servers werden gelöscht. Keine Rückerstattung!. Wir empfehlen, den Server zu löschen, wenn er gesperrt ist.", "Cancel Server?": "Server kündigen?", "Delete Server?": "Server löschen?", "Billing Period": "Abrechnungsperiode", diff --git a/resources/lang/en.json b/resources/lang/en.json index 430bb7d2..035f66ac 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -458,7 +458,7 @@ "This will cancel your current server to the next billing period. It will get suspended when the current period runs out.": "This will cancel your current server to the next billing period. It will get suspended when the current period runs out.", "Cancel Server?": "Cancel Server?", "Delete Server?": "Delete Server?", - "This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.": "This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.", + "This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.": "This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.", "Billing Period": "Billing Period", "Next Billing Cycle": "Next Billing Cycle", "Manage Server": "Manage Server", diff --git a/resources/views/servers/index.blade.php b/resources/views/servers/index.blade.php index 8ccffc87..53490a29 100644 --- a/resources/views/servers/index.blade.php +++ b/resources/views/servers/index.blade.php @@ -248,7 +248,7 @@ const handleServerDelete = (serverId) => { Swal.fire({ title: "{{ __('Delete Server?') }}", - text: "{{ __('This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.') }}", + html: "{{!! __('This is an irreversible action, all files of this server will be removed. No funds will get refunded. We recommend deleting the server when server is suspended.') !!}}", icon: 'warning', confirmButtonColor: '#d9534f', showCancelButton: true,