summaryrefslogtreecommitdiff
path: root/resources/views/individual-page.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2021-04-10 09:01:39 +0100
committerGreg Roach <fisharebest@gmail.com>2021-04-10 11:43:22 +0100
commit354a9dba5390121e4a1e00e10c580c5313773f45 (patch)
treecb80a810e723dfa4cbbb058b3cd55383da8e87c8 /resources/views/individual-page.phtml
parent853f2b8ab920254b02a6cbbe9d6bf1f5c4486e2f (diff)
downloadwebtrees-354a9dba5390121e4a1e00e10c580c5313773f45.tar.gz
webtrees-354a9dba5390121e4a1e00e10c580c5313773f45.tar.bz2
webtrees-354a9dba5390121e4a1e00e10c580c5313773f45.zip
Fix: #995 - add 'share anniversary' feature
Diffstat (limited to 'resources/views/individual-page.phtml')
-rw-r--r--resources/views/individual-page.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/individual-page.phtml b/resources/views/individual-page.phtml
index fd96a1d48f..892ed3fa54 100644
--- a/resources/views/individual-page.phtml
+++ b/resources/views/individual-page.phtml
@@ -194,4 +194,4 @@ use Illuminate\Support\Collection;
<?php View::endpush() ?>
<?= view('modals/ajax') ?>
-<?= view('modals/shares', ['shares' => $shares, 'title' => I18N::translate('Share')]) ?>
+<?= view('modals/shares', ['shares' => $shares, 'title' => I18N::translate('Share') . ' — ' . $individual->fullName()]) ?>