summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-09-26 15:37:50 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-09-26 15:37:50 +0100
commit051c822d024c344f8050d1178cd077a864982c84 (patch)
treeaa08e239c9cd502c02b2b3e43881352703ad97cb /resources/views
parent032918ffd748a1c95dc7cb13584bc50509063155 (diff)
downloadwebtrees-051c822d024c344f8050d1178cd077a864982c84.tar.gz
webtrees-051c822d024c344f8050d1178cd077a864982c84.tar.bz2
webtrees-051c822d024c344f8050d1178cd077a864982c84.zip
Consistent language
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/modules/personal_facts/tab.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/personal_facts/tab.phtml b/resources/views/modules/personal_facts/tab.phtml
index 2ae2e2886b..aa7e82cf2e 100644
--- a/resources/views/modules/personal_facts/tab.phtml
+++ b/resources/views/modules/personal_facts/tab.phtml
@@ -15,7 +15,7 @@
<?php if ($has_historical_facts) : ?>
<label>
<input id="show-historical-facts" type="checkbox" data-toggle="collapse" data-target=".wt-historic-fact">
- <?= I18N::translate('Historical facts') ?>
+ <?= I18N::translate('Historic events') ?>
</label>
<?php endif ?>
</td>