Fix untranslated speakers

This commit is contained in:
JovialFeline
2024-07-17 12:11:20 -04:00
committed by Gustas
parent a5dd4ffe36
commit 0138bc9b3f
8 changed files with 9 additions and 6 deletions

View File

@@ -184,7 +184,7 @@ FreeTanya = function()
if TanyaType == "e7.noautotarget" then
Trigger.AfterDelay(DateTime.Seconds(1), function()
Media.DisplayMessage(UserInterface.Translate("tanya-rules-of-engagement"), "Tanya")
Media.DisplayMessage(UserInterface.Translate("tanya-rules-of-engagement"), UserInterface.Translate("tanya"))
end)
end