fix incorrect use of an (#1071)

This commit is contained in:
godalming123 2022-04-14 10:45:05 +01:00 committed by GitHub
parent 4f899e3866
commit 0604ed45c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class UserList(ListManager):
"""
self.sudo = sudo
self.actions = [
str(_('Add an user')),
str(_('Add a user')),
str(_('Change password')),
str(_('Promote/Demote user')),
str(_('Delete User'))