You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method generates an error hovercard element. It accepts the `avatarUrl` parameter, which represents the URL of the avatar image, the `message` parameter, which represents the error message, and an optional options object that can include properties such as [`additionalClass`](#additionalclass-string) and [`avatarAlt`](#avataralt-string) (default: `'Avatar'`). It's useful when you want to display an error message when fetching the Gravatar profile fails.
316
+
This method generates an error hovercard element. It accepts the `avatarUrl` parameter, which represents the URL of the avatar image, the `message` parameter, which represents the error message, and an optional options object that can include properties such as [`additionalClass`](#additionalclass-string), [`avatarAlt`](#avataralt-string) (default: `'Avatar'`), among others. It's useful when you want to display an error message when fetching the Gravatar profile fails.
@@ -506,9 +506,11 @@ The following phrases are used:
506
506
-`Contact`
507
507
-`Send money`
508
508
-`Sorry, we are unable to load this Gravatar profile.`
509
-
-`Profile not found.`
509
+
-`Gravatar not found.`
510
510
-`Too Many Requests.`
511
511
-`Internal Server Error.`
512
+
-`Is this you?`
513
+
-`Claim your free profile.`
512
514
513
515
The `i18n` option is an object that maps from the English text to the language of your choice (even another English phrase, if you wish to change the text).
0 commit comments