Fix button label
This commit is contained in:
parent
03f02a95d9
commit
d7443fec36
@ -239,7 +239,7 @@ if ($mode == 'setup' && $user->admin) {
|
|||||||
|
|
||||||
if (!empty($driver)) {
|
if (!empty($driver)) {
|
||||||
if ($submit_enabled) {
|
if ($submit_enabled) {
|
||||||
print '<div class="center"><input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans("Modify")).'"></div>';
|
print '<div class="center"><input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans("Save")).'"></div>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user