]> WPIA git - gigi.git/commitdiff
upd: fix to upper case to be consistent with labeling of buttons
authorINOPIAE <m.maengel@inopiae.de>
Fri, 1 Feb 2019 05:03:28 +0000 (06:03 +0100)
committerINOPIAE <m.maengel@inopiae.de>
Fri, 1 Feb 2019 05:03:28 +0000 (06:03 +0100)
Change-Id: I3cdc00967f8979023b0fbd4fde576ba082ee9380

src/club/wpia/gigi/pages/admin/support/SupportRevokeCertificatesForm.templ

index 757ce3ca014a064b85148818572b5ce990734ca1..c0602125d427e4710e559b8a11d1ae3567179210 100644 (file)
@@ -22,7 +22,7 @@
             <? } ?>
         <tr>
             <th colspan="6">
             <? } ?>
         <tr>
             <th colspan="6">
-                    <input class="btn btn-danger btn-confirm" data-confirm="<?=_Do you really want to revoke ALL certificates of this user??>" data-reply="<?=_Cancel?>,<?=_Confirm?>" name="revokeall" value="<?=_revoke certificates?>" type="submit">
+                    <input class="btn btn-danger btn-confirm" data-confirm="<?=_Do you really want to revoke ALL certificates of this user??>" data-reply="<?=_Cancel?>,<?=_Confirm?>" name="revokeall" value="<?=_Revoke Certificates?>" type="submit">
             </th>
         </tr>
     </tbody></table>
\ No newline at end of file
             </th>
         </tr>
     </tbody></table>
\ No newline at end of file