Skip to content

Commit

Permalink
Update modular_ss220/ai_integration/code/ticket.dm
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
Furrior and dj-34 authored Nov 10, 2024
1 parent b58a555 commit 18f2cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/ai_integration/code/ticket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if(!check_rights(rights_needed))
return

if(tgui_alert(usr, "Are you sure you want to auto respond to this ticket with AI?", "Warning", list("Yes", "No")) != "Yes")
if(tgui_alert(usr, "Вы действительно хотите использовать авто-ответ с помощью ИИ? Он может дать некорректный ответ.", "Предупреждение", list("Да", "Нет")) != "Да")
return

var/datum/ticket/T = allTickets[N]
Expand Down

0 comments on commit 18f2cf4

Please sign in to comment.