diff options
Diffstat (limited to 'resources/views/edit/paste-fact-row.phtml')
| -rw-r--r-- | resources/views/edit/paste-fact-row.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/edit/paste-fact-row.phtml b/resources/views/edit/paste-fact-row.phtml index 8baa4434cd..759f144d7f 100644 --- a/resources/views/edit/paste-fact-row.phtml +++ b/resources/views/edit/paste-fact-row.phtml @@ -21,7 +21,7 @@ – <?= $fact->date()->minimumDate()->format('%Y') ?> <?php endif ?> <?php if (!$fact->place()->isEmpty()) : ?> - – <?= $fact->place()->getShortName() ?> + – <?= $fact->place()->shortName() ?> <?php endif ?> </option> <?php endforeach ?> |
