Updated hosting django.po

This commit is contained in:
PCoder 2017-09-14 00:50:24 +05:30
commit face045090
2 changed files with 8 additions and 5 deletions

View file

@ -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)