This commit is contained in:
Simon Vieille 2020-09-11 13:39:41 +02:00
parent aad27cd8b4
commit c816c40c19
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -61,7 +61,7 @@ $choicesYesNo = [
<div>
<?php $choices = [
'Use global setting' => '-1',
'Use the global setting' => '-1',
'No' => '0',
'Yes' => '1',
]; ?>