From 0604ed45c3e270ef39b6c80af3787d4ee025c5a1 Mon Sep 17 00:00:00 2001 From: godalming123 Date: Thu, 14 Apr 2022 10:45:05 +0100 Subject: fix incorrect use of an (#1071) --- archinstall/lib/user_interaction/manage_users_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib/user_interaction/manage_users_conf.py') diff --git a/archinstall/lib/user_interaction/manage_users_conf.py b/archinstall/lib/user_interaction/manage_users_conf.py index b80939a4..664327d6 100644 --- a/archinstall/lib/user_interaction/manage_users_conf.py +++ b/archinstall/lib/user_interaction/manage_users_conf.py @@ -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')) -- cgit v1.2.3-54-g00ecf