Skip to content

Commit 6167b8f

Browse files
committed
update bridge
1 parent 9fd8f52 commit 6167b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdgenerator/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class GenerateForm(forms.Form):
55
#Platform
66
platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android'),('macos','macOS')], initial='windows')
77
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.8','1.3.8'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3')], initial='1.3.8')
8-
help_text="'master' is the development version (nightly build) with the latest features but may be less stable")
8+
help_text="'master' is the development version (nightly build) with the latest features but may be less stable"
99
delayFix = forms.BooleanField(initial=True, required=False)
1010

1111
#General

0 commit comments

Comments
 (0)