]> andersk Git - moira.git/blobdiff - clients/regapplet/regapplet/Regapplet.java
Sloan PIN is actually only 8 digits long. Update help text.
[moira.git] / clients / regapplet / regapplet / Regapplet.java
index d8ebba7a1b337596b73012059ec912a254647dc8..c3505052202a11d85cad5640a9133ab8fbfc5020 100755 (executable)
@@ -64,7 +64,7 @@ public class Regapplet extends Applet {
   TextBlock PinInstructions = new TextBlock(600,40);
   Button PinCancelButton = new Button();
   Button PinContButton = new Button();
-  TextField Pin = new TextField("", 9);
+  TextField Pin = new TextField("", 8);
   Label PinLabel = new Label();
   GridBagLayout gridBagLayout7 = new GridBagLayout();
 
This page took 0.040241 seconds and 4 git commands to generate.