From 7962a7763cba8b610c8654296c5fab09b19b0000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kol=C3=A1rik?= Date: Thu, 31 Oct 2024 14:37:27 +0100 Subject: [PATCH] misc: update message --- src/helper/adoption-status-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/adoption-status-handler.ts b/src/helper/adoption-status-handler.ts index 8ef4c9b..f04e6cb 100644 --- a/src/helper/adoption-status-handler.ts +++ b/src/helper/adoption-status-handler.ts @@ -4,6 +4,6 @@ const logger = scopedLogger('api:connect:adoption'); export const adoptionStatusHandler = async ({ isAdopted }: { isAdopted: boolean }): Promise => { if (!isAdopted) { - logger.info(`This probe can be registered at https://dash.globalping.io to earn measurement credits for you.`); + logger.info(`You can register this probe at https://dash.globalping.io to earn extra measurement credits.`); } };