No need to escape single quote
This commit is contained in:
parent
ca734cf950
commit
05f9332fb8
@ -170,7 +170,7 @@ $i18n = [
|
|||||||
// Notifications
|
// Notifications
|
||||||
"error_saving_notifications" => "Error saving notifications data.",
|
"error_saving_notifications" => "Error saving notifications data.",
|
||||||
"wallos_notification" => "Wallos Notification",
|
"wallos_notification" => "Wallos Notification",
|
||||||
"test_notification" => "This is a test notification. If you\'re seeing this, the configuration is correct.",
|
"test_notification" => "This is a test notification. If you're seeing this, the configuration is correct.",
|
||||||
"email_error" => "Error sending email",
|
"email_error" => "Error sending email",
|
||||||
"notification_sent_successfuly" => "Notification sent successfully",
|
"notification_sent_successfuly" => "Notification sent successfully",
|
||||||
"notifications_settings_saved" => "Notification settings saved successfully.",
|
"notifications_settings_saved" => "Notification settings saved successfully.",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user