Cambiato messaggio di warning per check documenti interni

This commit is contained in:
Marco Elefante 2024-09-04 12:56:24 +02:00
parent 44b9bc3fc1
commit d897c83165

View File

@ -122,7 +122,7 @@ public class DocInterniViewModel {
codDtip,
data -> {
if (!data) {
this.sendWarning(UtilityResources.getString(R.string.no_doc_found_message), this::init);
this.sendWarning("Documento di riferimento non trovato!", this::init);
} else {
action.run();
this.sendOnLoadingStarted();