Skip to content

Commit

Permalink
Merge pull request #1 from GayPotatoEmma/patch-1
Browse files Browse the repository at this point in the history
Fix stray $
  • Loading branch information
haroldiedema authored Sep 6, 2024
2 parents 3808cba + b2e661a commit 02addf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Umbra.Bejeweled/src/BejeweledWidget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected override void OnDisposed()

public override string GetInstanceName()
{
return $"Bejeweled - ${GetConfigValue<string>("ButtonLabel")}";
return $"Bejeweled - {GetConfigValue<string>("ButtonLabel")}";
}

protected override void OnUpdate()
Expand Down

0 comments on commit 02addf2

Please sign in to comment.