Commit ba52adbb by Őry Máté

one: fix typo in 4380b8d9

parent 4380b8d9
......@@ -484,7 +484,7 @@ def key_add(request):
except:
messages.error(request, _('Failed to add public key.'))
else:
messages.successfully(request, _('Public key successfully added.'))
messages.success(request, _('Public key successfully added.'))
return redirect('/')
@login_required
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment