diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-08-16 09:39:39 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-08-18 11:43:43 +0100 |
| commit | 315eb31683006273e24c08b447e6e1095d6f2147 (patch) | |
| tree | 5db66dae8969b2b1b1058816faadab7365191005 /resources/views/modules/map-box | |
| parent | ae92a87b25505bfd2d3dc5285c0690c9b0fbd8ca (diff) | |
| download | webtrees-315eb31683006273e24c08b447e6e1095d6f2147.tar.gz webtrees-315eb31683006273e24c08b447e6e1095d6f2147.tar.bz2 webtrees-315eb31683006273e24c08b447e6e1095d6f2147.zip | |
Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.
Diffstat (limited to 'resources/views/modules/map-box')
| -rw-r--r-- | resources/views/modules/map-box/config.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/modules/map-box/config.phtml b/resources/views/modules/map-box/config.phtml index c9287ca73e..4423f2bd12 100644 --- a/resources/views/modules/map-box/config.phtml +++ b/resources/views/modules/map-box/config.phtml @@ -32,11 +32,11 @@ use Fisharebest\Webtrees\I18N; type="text" value="<?= e($api_key) ?>" > - <p class="small text-muted"> + <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>') ?> - </p> + </div> </div> </div> |
