Skip to content

Commit

Permalink
* Fix ledgersmb#2654: 'Super-user login' should be 'Database admin lo…
Browse files Browse the repository at this point in the history
…gin'
  • Loading branch information
ehuelsmann committed May 26, 2017
1 parent 2880a51 commit aa557f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog
Expand Up @@ -10,6 +10,7 @@ Changelog for 1.5.7
* Fix can't delete unused account after books closed (Nick P, #2800)
* Fix Contact search on address broken (Nick P, #2490)
* Fix parts with capitals can't be added to AP invoices (Erik H)
* Change 'Super-user login' to 'Database admin login' (Erik H, #2654)

Erik H is Erik Huelsmann
Yves L is Yves Lavoie
Expand Down
4 changes: 2 additions & 2 deletions UI/setup/credentials.html
Expand Up @@ -5,7 +5,7 @@
<body id="setup-login" class="lsmb <?lsmb dojo_theme?>">
<div class="setupconsole">
<h2><?lsmb text('Database Management Console') ?></h2>
<div class="listtop"><?lsmb text('Superuser Credentials') ?></div>
<div class="listtop"><?lsmb text('Database administrator credentials') ?></div>
<form id="loginform"
name="credentials">
<div class="login_form">
Expand All @@ -21,7 +21,7 @@ <h2><?lsmb text('Database Management Console') ?></h2>
type = 'text'
size = '15'
class = 'username'
label = text('Super-user login') #'
label = text('DB admin login') #'
"data-dojo-type" = "dijit/form/ComboBox"
"data-dojo-props" = "value:'$s_user', placeHolder:'$select_hint'"
} ?>
Expand Down

0 comments on commit aa557f9

Please sign in to comment.