We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a213ae commit 23c7a65Copy full SHA for 23c7a65
plone/formwidget/geolocation/interfaces.py
@@ -68,7 +68,7 @@ class IGeolocationSettings(Interface):
68
description=_(
69
"help_google_api_key",
70
default="If you want to use the Google Maps search API for higher accuracy,"
71
- " you have to provide a Google Maps API key here.",
+ " you have to provide a Google Maps API key here.",
72
),
73
required=False,
74
default=None,
@@ -79,7 +79,7 @@ class IGeolocationSettings(Interface):
79
80
"help_google_maps_link",
81
default="Show a link to the Google Maps site, which can be used for further"
82
- " actions like routing."
+ " actions like routing.",
83
84
85
default=False,
0 commit comments