mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
base_report_to_printer: fix string
This commit is contained in:
committed by
trisdoan
parent
71678f2c29
commit
64f778e599
@@ -20,7 +20,7 @@ async function cupsReportActionHandler(action, options, env) {
|
||||
if (result) {
|
||||
env.services.notification.add(_t("Successfully sent to printer!"));
|
||||
} else {
|
||||
env.services.notification.add(_t("Could not sent to printer!"));
|
||||
env.services.notification.add(_t("Could not send to printer!"));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user