chore: 🌐 Added Bold text for No refund
This commit is contained in:
parent
3e4a4f32fc
commit
479ccdb92c
3 changed files with 3 additions and 3 deletions
|
@ -454,7 +454,7 @@
|
||||||
"Cancelled": "Gekündigt",
|
"Cancelled": "Gekündigt",
|
||||||
"An exception has occurred while trying to cancel the server": "Ein Fehler ist aufgetreten beim Versuch, den Server zu kündigen",
|
"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 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. <strong>No funds will get refunded</strong>. We recommend deleting the server when server is suspended.": "Dies ist eine irreversiblen Aktion, alle Dateien dieses Servers werden gelöscht. <strong>Keine Rückerstattung!</strong>. Wir empfehlen, den Server zu löschen, wenn er gesperrt ist.",
|
||||||
"Cancel Server?": "Server kündigen?",
|
"Cancel Server?": "Server kündigen?",
|
||||||
"Delete Server?": "Server löschen?",
|
"Delete Server?": "Server löschen?",
|
||||||
"Billing Period": "Abrechnungsperiode",
|
"Billing Period": "Abrechnungsperiode",
|
||||||
|
|
|
@ -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.",
|
"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?",
|
"Cancel Server?": "Cancel Server?",
|
||||||
"Delete Server?": "Delete 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. <strong>No funds will get refunded</strong>. We recommend deleting the server when server is suspended.": "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.",
|
||||||
"Billing Period": "Billing Period",
|
"Billing Period": "Billing Period",
|
||||||
"Next Billing Cycle": "Next Billing Cycle",
|
"Next Billing Cycle": "Next Billing Cycle",
|
||||||
"Manage Server": "Manage Server",
|
"Manage Server": "Manage Server",
|
||||||
|
|
|
@ -248,7 +248,7 @@
|
||||||
const handleServerDelete = (serverId) => {
|
const handleServerDelete = (serverId) => {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: "{{ __('Delete Server?') }}",
|
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. <strong>No funds will get refunded</strong>. We recommend deleting the server when server is suspended.') !!}}",
|
||||||
icon: 'warning',
|
icon: 'warning',
|
||||||
confirmButtonColor: '#d9534f',
|
confirmButtonColor: '#d9534f',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
|
|
Loading…
Reference in a new issue