diff options
| author | David Drury <ddrury@users.noreply.github.com> | 2022-04-27 10:32:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 10:32:49 +0100 |
| commit | df46d43da3a4c72efd0428881e933e94412cd945 (patch) | |
| tree | 43b460b4e76874ebb49fff83143be60cd62500ce /resources/views | |
| parent | 0ea5fc1c3b743e948d0220177d4d66d6b6a2107c (diff) | |
| download | webtrees-df46d43da3a4c72efd0428881e933e94412cd945.tar.gz webtrees-df46d43da3a4c72efd0428881e933e94412cd945.tar.bz2 webtrees-df46d43da3a4c72efd0428881e933e94412cd945.zip | |
Copy & paste error (#4349)
Diffstat (limited to 'resources/views')
| -rw-r--r-- | resources/views/modules/map-box/config.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/map-box/config.phtml b/resources/views/modules/map-box/config.phtml index a6749168fc..f05eb1a1fd 100644 --- a/resources/views/modules/map-box/config.phtml +++ b/resources/views/modules/map-box/config.phtml @@ -35,7 +35,7 @@ use Fisharebest\Webtrees\I18N; <div class="form-text"> <?= I18N::translate('To use this service, you need an API key.') ?> <br> - <?= I18N::translate('For more information, see %s.', '<a href="https://openrouteservice.org/dev">openrouteservice.org/dev</a>') ?> + <?= I18N::translate('For more information, see %s.', '<a href="https://account.mapbox.com/access-tokens/">Mapbox access tokens</a>') ?> </div> </div> </div> |
