mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
localization updates
This commit is contained in:
parent
5a3e0ad6f2
commit
c20c353a40
11 changed files with 8331 additions and 8522 deletions
|
@ -1041,7 +1041,7 @@ def clone(request, pk):
|
|||
}
|
||||
messages.error(request, msg)
|
||||
elif check_instance:
|
||||
msg = _("Instance 'clone_name' already exists!") % {'clone_name': clone_data['name']}
|
||||
msg = _("Instance '%(clone_name)s' already exists!") % {'clone_name': clone_data['name']}
|
||||
messages.error(request, msg)
|
||||
elif not re.match(r'^[a-zA-Z0-9-]+$', clone_data['name']):
|
||||
msg = _("Instance name '%(clone_name)s' contains invalid characters!") % {'clone_name': clone_data['name']}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue