Skip to content

Commit

Permalink
Fix dupe string
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jul 21, 2023
1 parent 5d4290a commit 63098c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if (&virtual_server::master_admin() && &get_mailman_version() >= 3) {
print &ui_table_row($text{'index_spass'},
&ui_textbox("spass", undef, 30));

print &ui_table_row($text{'index_semail'},
print &ui_table_row($text{'index_semail2'},
&ui_textbox("semail", undef, 60), 3);

print &ui_table_end();
Expand Down
2 changes: 1 addition & 1 deletion lang/en
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ index_sugot=Mailman administrator logins $1 already exist and can be used to man
index_suneed=No Mailman administrator logins have been created yet. Use the form below to create one, so you can manage lists via the web UI.
index_suheader=Create Mailman administrator
index_suser=Administrator login
index_semail=Administrator email address
index_semail2=Administrator email address
index_spass=Administrator password

add_err=Failed to create mailing list
Expand Down

0 comments on commit 63098c6

Please sign in to comment.