Skip to content

Commit

Permalink
Update Lombiq.HelpfulLibraries.AspNetCore/Localization/LocalizedHtmlS…
Browse files Browse the repository at this point in the history
…tringConverter.cs

Co-authored-by: Szabolcs Deme <[email protected]>
  • Loading branch information
sarahelsaig and DemeSzabolcs authored Aug 25, 2023
1 parent 3c6cf71 commit 4a0828d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ public override LocalizedHtmlString ReadJson(
return new LocalizedHtmlString(name, value, isResourceNotFound == true);
}

throw new InvalidOperationException($"Can't parse token \"{token}\". It should be object or string");
throw new InvalidOperationException($"Can't parse token \"{token}\". It should be an object or a string");
}
}

0 comments on commit 4a0828d

Please sign in to comment.