Skip to content

Commit

Permalink
Fix: #3839 - wrong translation for INDI:FAMC:PEDI
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed May 30, 2021
1 parent 82dda22 commit 50220ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/edit/link-child-to-family.phtml
Expand Up @@ -31,7 +31,7 @@ use Fisharebest\Webtrees\Tree;

<div class="row form-group">
<label class="col-sm-3 col-form-label" for="PEDI">
<?= I18N::translate('Pedigree') ?>
<?= Registry::elementFactory()->make('INDI:FAMC:PEDI')->label() ?>
</label>
<div class="col-sm-9">
<?= Registry::elementFactory()->make('INDI:FAMC:PEDI')->edit('PEDI', 'PEDI', '', $tree) ?>
Expand Down

0 comments on commit 50220ae

Please sign in to comment.