Skip to content

Commit

Permalink
Merge pull request #983 from riganti/event-validator-message
Browse files Browse the repository at this point in the history
EventValidator - error message
  • Loading branch information
quigamdev committed Mar 25, 2021
2 parents 923939b + 45b899a commit 678dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotVVM.Framework/Runtime/Commands/EventValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public FindBindingResult ValidateCommand(string[] path, string commandId, Dotvvm

return new FindBindingResult
{
ErrorMessage = bindingInPath ? errorMessage : "Nothing was found in found inside specified DataContext check if ViewModel is populated",
ErrorMessage = bindingInPath ? errorMessage : "Nothing was found inside specified DataContext. Please check if ViewModel is populated.",
CandidateBindings = candidateBindings,
Binding = resultBinding,
Control = resultControl,
Expand Down

0 comments on commit 678dfb2

Please sign in to comment.