Updated hosting django.po
This commit is contained in:
parent
86ed0e5319
commit
face045090
2 changed files with 8 additions and 5 deletions
|
|
@ -103,7 +103,7 @@ class UserHostingKeyForm(forms.ModelForm):
|
|||
user_id=self.request.user.id,
|
||||
public_key=openssh_pubkey_str).first().name
|
||||
KEY_EXISTS_MESSAGE = _(
|
||||
"This key exists already with the name %(name)s") % {
|
||||
"This key exists already with the name \"%(name)s\"") % {
|
||||
'name': key_name}
|
||||
raise forms.ValidationError(KEY_EXISTS_MESSAGE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue