mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Fix casing
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<? ENDIF ?>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel"><label for="quitmsg"><? FORMAT "Quit Message:" ?></label></div>
|
||||
<div class="inputlabel"><label for="quitmsg"><? FORMAT "Quit message:" ?></label></div>
|
||||
<input id="quitmsg" type="text" name="quitmsg" value="<? VAR QuitMsg ?>" class="full" maxlength="256"
|
||||
title="<? FORMAT "You may define a Message shown, when you quit IRC." ?>"
|
||||
<? IF !QuitMsgEdit ?>disabled<? ENDIF ?> />
|
||||
|
||||
Reference in New Issue
Block a user