Skip to content

Commit

Permalink
docs: link to add credits modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Dec 30, 2024
1 parent 8c1db5d commit b73da6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions globalping/measurements.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
)

var (
moreCreditsRequiredNoAuthErr = "You only have %s remaining, and %d were required. Try requesting fewer probes or wait %s for the rate limit to reset. You can get higher limits by creating an account. Sign up at https://globalping.io"
moreCreditsRequiredAuthErr = "You only have %s remaining, and %d were required. Try requesting fewer probes or wait %s for the rate limit to reset. You can get higher limits by sponsoring us or hosting probes."
noCreditsNoAuthErr = "You have run out of credits for this session. You can wait %s for the rate limit to reset or get higher limits by creating an account. Sign up at https://globalping.io"
noCreditsAuthErr = "You have run out of credits for this session. You can wait %s for the rate limit to reset or get higher limits by sponsoring us or hosting probes."
moreCreditsRequiredNoAuthErr = "You only have %s remaining, and %d were required. Try requesting fewer probes or wait %s for the rate limit to reset. You can get higher limits by creating an account. Sign up at https://dash.globalping.io?view=add-credits"
moreCreditsRequiredAuthErr = "You only have %s remaining, and %d were required. Try requesting fewer probes or wait %s for the rate limit to reset. You can get higher limits by sponsoring us or hosting probes. Learn more at https://dash.globalping.io?view=add-credits"
noCreditsNoAuthErr = "You have run out of credits for this session. You can wait %s for the rate limit to reset or get higher limits by creating an account. Sign up at https://dash.globalping.io?view=add-credits"
noCreditsAuthErr = "You have run out of credits for this session. You can wait %s for the rate limit to reset or get higher limits by sponsoring us or hosting probes. Learn more at https://dash.globalping.io?view=add-credits"
invalidRefreshTokenErr = "You have been signed out by the API. Please try signing in again."
invalidTokenErr = "Your access token has been rejected by the API. Try signing in with a new token."
)
Expand Down

0 comments on commit b73da6d

Please sign in to comment.