Skip to content

Commit ace9ddc

Browse files
committed
Fixed a typo in users list languge file.
1 parent eded9dc commit ace9ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/lib/lang/en_users.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $wb["username_txt"] = 'Username';
33
$wb["username_err"] = 'username_err';
44
$wb["passwort_txt"] = 'Password';
55
$wb["modules_txt"] = 'Module';
6-
$wb["startmodule_txt"] = 'Startmodul';
6+
$wb["startmodule_txt"] = 'Startmodule';
77
$wb["app_theme_txt"] = 'Design';
88
$wb["typ_txt"] = 'Type';
99
$wb["active_txt"] = 'Aktive';

0 commit comments

Comments
 (0)