@meith/i18n 0.29.0 → 0.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/catalogs/en.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"description": "The message catalog and the locale-aware formatters: ICU messages, plural categories, locale negotiation, and the registry themes and plugins add their own catalogs to.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -2888,7 +2888,7 @@
|
|
|
2888
2888
|
"setting.mail.from.label": "Sender address",
|
|
2889
2889
|
"setting.mail.from_name.description": "Display name shown beside the sender address. Empty sends the bare address.",
|
|
2890
2890
|
"setting.mail.from_name.label": "Sender name",
|
|
2891
|
-
"setting.mail.http_endpoint.description": "Only for the provider-API transport. The board posts Resend’s exact field names with a Bearer token, so this works for Resend and for anything that copies it — and not for Postmark or Mailgun, whose SMTP hosts are the way in.",
|
|
2891
|
+
"setting.mail.http_endpoint.description": "Only for the provider-API transport. The board posts Resend’s exact field names with a Bearer token, so this works for Resend and for anything that copies it — and not for Postmark or Mailgun, whose SMTP hosts are the way in. It must be an https:// address with no embedded credentials, and the board refuses to reach one that resolves to a private or internal address.",
|
|
2892
2892
|
"setting.mail.http_endpoint.label": "Provider API endpoint",
|
|
2893
2893
|
"setting.mail.http_token.description": "Only for the provider-API transport. Stored on the board.",
|
|
2894
2894
|
"setting.mail.http_token.label": "Provider API key",
|