From e3c6a185ed734df2c73a133e89ba0850c61e440d Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Thu, 24 Oct 2024 16:28:05 +0200 Subject: [PATCH] Add Athena's Shield activation messages Include messages for when Athena's Shield is activated and deactivated in the English localization file. This will provide users with clear notifications on the status of Athena's Shield. --- app/assets/lang/en_US.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/lang/en_US.toml b/app/assets/lang/en_US.toml index db4e9c71..33a618c9 100644 --- a/app/assets/lang/en_US.toml +++ b/app/assets/lang/en_US.toml @@ -229,6 +229,8 @@ expectedIdentityNotFound = "No expected identity found for mod: {mod}. Marking a modValidationCompleted = "Mod validation completed." invalidModsDetectedMessage = "Athena's Shield has detected invalid mods. Please delete the {folder} folder and restart the launcher." downloadingFiles = "No invalid files, skipping download." +usingAthShield = "Athena's Shield activated, Resource usage..." +notUsingAthShield = "Athena's Shield deactivated, Not using resources..." [js.landing.news] checking = "Checking for News"