Skip to content

Commit

Permalink
Mention Google API requirements in plugin settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Aug 28, 2020
1 parent a495973 commit 670b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{{ forms.autosuggestField({
first: true,
label: "Google Maps API Key"|t('locate'),
instructions: 'Use your API key, or get one from <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_blank">Google</a>. Note that the Google API console project attached to this key needs to have the Places API enabled.' | t('locate'),
instructions: 'Use your API key, or get one from <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_blank">Google</a>. Note that the Google API Console project attached to this key needs to have the Google Maps JavaScript API and Places API enabled.' | t('locate'),
id: 'googleMapsApiKey',
suggestEnvVars: true,
name: 'googleMapsApiKey',
Expand Down

0 comments on commit 670b8a4

Please sign in to comment.