From d627e9713ce6e3d08506d9ef5a5470633f3ffc11 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 9 Apr 2019 00:51:41 -0400 Subject: [PATCH] Fix source text typo Signed-off-by: Roberto Rosario --- mayan/apps/django_gpg/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/django_gpg/views.py b/mayan/apps/django_gpg/views.py index bff1d56635..8f991a2d22 100644 --- a/mayan/apps/django_gpg/views.py +++ b/mayan/apps/django_gpg/views.py @@ -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.' ),