Skip to content

Commit 58738df

Browse files
committed
Update the submit button to say 'Fly!' instead of 'Shorten!' to fit more with the name
1 parent dadd19c commit 58738df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
class URLShortenerForm(FlaskForm):
66
url = URLField("Your long URL:", validators=[URL(), DataRequired()])
77
custom_key = StringField("Custom key:")
8-
submit = SubmitField("Shorten!")
8+
submit = SubmitField("Fly!")

0 commit comments

Comments
 (0)