diff options
Diffstat (limited to 'resources/views/modules/GEDFact_assistant')
| -rw-r--r-- | resources/views/modules/GEDFact_assistant/select-census.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/GEDFact_assistant/select-census.phtml b/resources/views/modules/GEDFact_assistant/select-census.phtml index 5b35979d72..01e7ee4fc9 100644 --- a/resources/views/modules/GEDFact_assistant/select-census.phtml +++ b/resources/views/modules/GEDFact_assistant/select-census.phtml @@ -10,7 +10,7 @@ use Fisharebest\Webtrees\I18N; ?> -<select class="form-control census-selector" aria-label="<?= I18N::translate('Census date and place') ?>" autocomplete="off"> +<select class="form-select census-selector" aria-label="<?= I18N::translate('Census date and place') ?>" autocomplete="off"> <option value="" disabled="disabled" selected="selected" hidden="hidden"><?= I18N::translate('Census date') ?></option> <?php foreach ($census_places as $census_place) : ?> |
