From 3cbd8f604bc758f3bfdbb61560d22280fdc64df7 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 6 Feb 2022 15:13:15 -0800 Subject: [PATCH] users: Fix typo in description Signed-off-by: Sunil Mohan Adapa Reported-by: Besnik_b Reviewed-by: James Valleroy --- plinth/modules/users/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/users/__init__.py b/plinth/modules/users/__init__.py index 7a1dd68b9..b90b22251 100644 --- a/plinth/modules/users/__init__.py +++ b/plinth/modules/users/__init__.py @@ -26,7 +26,7 @@ first_boot_steps = [ ] _description = [ - _('Create and managed user accounts. These accounts serve as centralized ' + _('Create and manage user accounts. These accounts serve as centralized ' 'authentication mechanism for most apps. Some apps further require a ' 'user account to be part of a group to authorize the user to access the ' 'app.'),