mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 09:29:38 +00:00
fix some messages, add translation for some keywords, update tr locale file
This commit is contained in:
@@ -21,4 +21,4 @@ def validate_hostname(value):
|
||||
def validate_name(value):
|
||||
have_symbol = wrong_name.match('[^a-zA-Z0-9._-]+')
|
||||
if have_symbol:
|
||||
raise ValidationError(_('The host name must not contain any special characters'))
|
||||
raise ValidationError(_('The hostname must not contain any special characters'))
|
||||
|
||||
Reference in New Issue
Block a user