Commit 50ded1af authored by Virgil Grigoras's avatar Virgil Grigoras

typo fix

parent b2b092c1
......@@ -1126,7 +1126,7 @@ def get_update_status():
status.update({
'update': False,
'success': True,
'message': _(u'Now update available. You already have the latest version installed')
'message': _(u'No update available. You already have the latest version installed')
})
return json.dumps(status)
......
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 to comment