Skip to content

Commit

Permalink
Fixed alert translation
Browse files Browse the repository at this point in the history
  • Loading branch information
UksusoFF committed Jan 10, 2020
1 parent 3625e5b commit 5e20d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/config.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ use Fisharebest\Webtrees\View;

<?php View::push('javascript') ?>
<script type="application/javascript">
window.WT_FACES_WARNING = '<?= I18N::translate('Are you sure?') ?>\n<?= e(I18N::translate('This operation can not be undone.')) ?>'
window.WT_FACES_WARNING = '<?= I18N::translate('Are you sure?') ?>\n<?= e(I18N::translate('This operation can not be undone')) ?>.'
</script>
<script type="javascript/template" id="faces-alert-template">
<div class="alert alert-info alert-dismissible">
Expand Down

0 comments on commit 5e20d64

Please sign in to comment.