Resolve #8403 - global alerts not translated properly

This commit is contained in:
Yair Morgenstern 2023-01-18 10:32:10 +02:00
parent b84290de1b
commit cfca929e73

View File

@ -236,7 +236,7 @@ class PolicyManager : IsPartOfGameInfoSerialization {
"An unknown civilization has adopted the [${policy.name}] policy"
}
civ.addNotification(
"${defaultNotificationText}${extraNotificationTextCopy}", NotificationCategory.General, NotificationIcon.Culture
"{${defaultNotificationText}}{${extraNotificationTextCopy}}", NotificationCategory.General, NotificationIcon.Culture
)
}
}