diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-04-25 22:49:20 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-04-25 22:49:20 +0100 |
| commit | 39c990acdae56e02eaa7ff99ee9fcf5395c13d20 (patch) | |
| tree | 14fcbae1680511dc273e26c7d3a81d35d2187d3a /resources/views/modals | |
| parent | b2c011d7d8ff495bd3636357907da539925bd5f9 (diff) | |
| download | webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.tar.gz webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.tar.bz2 webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.zip | |
CodeStyle - redundant semicolons
Diffstat (limited to 'resources/views/modals')
| -rw-r--r-- | resources/views/modals/restriction-fields.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modals/restriction-fields.phtml b/resources/views/modals/restriction-fields.phtml index f1cfc0b1bf..880fff4939 100644 --- a/resources/views/modals/restriction-fields.phtml +++ b/resources/views/modals/restriction-fields.phtml @@ -25,7 +25,7 @@ <select class="form-control" id="edit-restriction" name="edit-restriction"> <option value=""></option> <option value="locked"> - <?= I18N::translate('Only managers can edit'); ?> + <?= I18N::translate('Only managers can edit') ?> </option> </select> </div> |
