Skip to content

Commit

Permalink
fix a typo in google maps help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kniebremser committed Jul 9, 2016
1 parent 8f8c215 commit 5d34a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-organiser-settings.php
Expand Up @@ -246,7 +246,7 @@ function add_fields( $tab_id){
'name' => 'eventorganiser_options[google_api_key]',
'value' => eventorganiser_get_option( 'google_api_key' ),
'help' => sprintf(
esc_html__( 'To use Google Maps you need to regiser an API key with Google. You can register for a free API key by %sfollowing these instructions%s.', 'eventorganiser' ),
esc_html__( 'To use Google Maps you need to register an API key with Google. You can register for a free API key by %sfollowing these instructions%s.', 'eventorganiser' ),
'<a target="_blank" href="https://developers.google.com/maps/documentation/javascript/get-api-key">',
'</a>'
)
Expand Down

0 comments on commit 5d34a6c

Please sign in to comment.