Fix source text typo

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-09 00:51:41 -04:00
parent 80e5fd89e4
commit d627e9713c

View File

@@ -189,7 +189,7 @@ class PrivateKeyListView(SingleObjectListView):
context=RequestContext(request=self.request)
),
'no_results_text': _(
'Private keys are used to signed documents. '
'Private keys are used to sign documents. '
'Private keys can only be uploaded by the user.'
'The view to upload private and public keys is the same.'
),