No need to escape single quote

This commit is contained in:
Miguel Ribeiro
2024-02-08 13:25:45 +01:00
committed by GitHub
parent ca734cf950
commit 05f9332fb8
+1 -1
View File
@@ -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.",