Skip to content

Commit 97c65bb

Browse files
committed
Change URL name to Username to reduce confusion
1 parent 1ab1c3f commit 97c65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lastuser_ui/forms/org.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class OrganizationForm(Form):
1212
title = wtforms.TextField('Organization name', validators=[wtforms.validators.Required()])
13-
name = wtforms.TextField('URL name', validators=[wtforms.validators.Required()])
13+
name = wtforms.TextField('Username', validators=[wtforms.validators.Required()])
1414
description = wtforms.TextAreaField('Description')
1515

1616
def validate_name(self, field):

0 commit comments

Comments
 (0)