Skip to content

Commit

Permalink
Fix for 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmg-pub committed Aug 13, 2024
1 parent 505f06a commit 1ada43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ local OPTIONS_TABLE = {
-- this. {1} is replaced with our addon version.
-- `name` for description sections contains the text to fill the
name = L( "Version: {1}", -- widget with.
GetAddOnMetadata( "EmoteSplitter", "Version" ))
C_AddOns.GetAddOnMetadata( "EmoteSplitter", "Version" ))
.. "|n" .. L["by Tammya-MoonGuard"];
type = "description";
};
Expand Down

0 comments on commit 1ada43e

Please sign in to comment.