From 3e0d48690ff1d14fed4d60fd1cfe7a935c01f63b Mon Sep 17 00:00:00 2001 From: lci-sinersio <113027200+lci-sinersio@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:26:24 +0200 Subject: [PATCH] Update serwersms.js --- server/notification-providers/serwersms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification-providers/serwersms.js b/server/notification-providers/serwersms.js index 0a08e7ffd..1f4740fa8 100644 --- a/server/notification-providers/serwersms.js +++ b/server/notification-providers/serwersms.js @@ -18,7 +18,7 @@ class SerwerSMS extends NotificationProvider { } }; - // Użyj telefonu jako pierwszej opcji + // Use phone as first option let data = { "username": notification.serwersmsUsername, "password": notification.serwersmsPassword,