X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=8298a3cea596c1ba7d90009f13ef7998cc5da1c4;hb=9fb8eec834ac3be77f5995053694b32ec140c877;hp=c8cffcd2dd8fd2157f807205d5cc4859707f854d;hpb=64c39b744b9fba960b32315ac7ea36477c85e8a5;p=kivitendo-erp.git diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index c8cffcd2d..8298a3cea 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -105,7 +105,7 @@ sub transfer_warehouse_selection { $content = $form->parse_html_template('wh/warehouse_selection'); } elsif ($form->{trans_type} eq 'assembly') { - $form->{title} = $locale->text('Assembly'); + $form->{title} = $locale->text('Produce Assembly'); $content = $form->parse_html_template('wh/warehouse_selection_assembly'); } @@ -842,7 +842,7 @@ sub generate_report { sub show_no_warehouses_error { $lxdebug->enter_sub(); - my $msg = $locale->text('No warehouse has been created yet.') . ' '; + my $msg = $locale->text('No warehouse has been created yet or the quantity of the bins is not configured yet.') . ' '; if ($auth->check_right($form->{login}, 'config')) { $msg .= $locale->text('You can create warehouses and bins via the menu "System -> Warehouses".');