Skip to content

Commit

Permalink
misc: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Oct 31, 2024
1 parent 45f04de commit 7962a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/adoption-status-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const logger = scopedLogger('api:connect:adoption');

export const adoptionStatusHandler = async ({ isAdopted }: { isAdopted: boolean }): Promise<void> => {
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.`);
}
};

0 comments on commit 7962a77

Please sign in to comment.