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.'),