Skip to content

Commit

Permalink
Keeping H.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jan 29, 2024
1 parent a857043 commit 43545cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ public class ContentSetGetSupportedOptionsEventDisplayDriver(
IHtmlLocalizer<ContentSetGetSupportedOptionsEventDisplayDriver> htmlLocalizer) :
DocumentedEventActivityDisplayDriverBase<ContentSetGetSupportedOptionsEvent>(notifier, baseLocalizer)
{
private readonly IHtmlLocalizer H = htmlLocalizer;

public override string IconClass => "fa-circle-half-stroke";

public override LocalizedHtmlString Description =>
htmlLocalizer["Tries to get a list of links representing the supported options for this content set."];
H["Tries to get a list of links representing the supported options for this content set."];

public override IDictionary<string, string> AvailableInputs { get; } = new Dictionary<string, string>
{
Expand Down

0 comments on commit 43545cc

Please sign in to comment.