summaryrefslogtreecommitdiff
path: root/app/Module/IndividualFactsTabModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/IndividualFactsTabModule.php')
-rw-r--r--app/Module/IndividualFactsTabModule.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/IndividualFactsTabModule.php b/app/Module/IndividualFactsTabModule.php
index d53b21fca6..1bf8b32e14 100644
--- a/app/Module/IndividualFactsTabModule.php
+++ b/app/Module/IndividualFactsTabModule.php
@@ -135,10 +135,10 @@ class IndividualFactsTabModule extends AbstractModule implements ModuleTabInterf
</label>
<?php endif; ?>
<?php if (file_exists(Site::getPreference('INDEX_DIRECTORY') . 'histo.' . WT_LOCALE . '.php')) : ?>
- <label>
- <input id="checkbox_rela_facts" type="checkbox" checked>
- <?php echo I18N::translate('Historical facts'); ?>
- </label>
+ <label>
+ <input id="checkbox_histo" type="checkbox" checked>
+ <?php echo I18N::translate('Historical facts'); ?>
+ </label>
<?php endif; ?>
</td>
</tr>