Skip to content

Commit ccb64e8

Browse files
committed
Merge branch 'main' into development
2 parents 8eb94f2 + 938f2d9 commit ccb64e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Social/ChatText.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ function CT:MessageFormatter(
19751975
and gsub(message, arg2, senderLink, 1)
19761976
or message
19771977
else
1978-
body = format(_G['CHAT_'..chatType..'_GET'] .. message, pflag .. senderLink)
1978+
body = format(_G["CHAT_" .. chatType .. "_GET"] .. message, pflag .. senderLink)
19791979
end
19801980

19811981
-- Add Channel

0 commit comments

Comments
 (0)