diff --git a/Content.Shared/Electrocution/InsulatedSystem.cs b/Content.Shared/Electrocution/InsulatedSystem.cs index 7cd4913f7d5..1e6ec6a1491 100644 --- a/Content.Shared/Electrocution/InsulatedSystem.cs +++ b/Content.Shared/Electrocution/InsulatedSystem.cs @@ -25,8 +25,8 @@ public sealed class InsulatedSystem : EntitySystem _examine.AddHoverExamineVerb(args, component, - Loc.GetString("identity-block-examinable-verb-text"), - Loc.GetString("identity-block-examinable-verb-text-message"), + Loc.GetString("insulated-examinable-verb-text"), + Loc.GetString("insulated-examinable-verb-text-message"), iconTexture ); } diff --git a/Resources/Locale/en-US/clothing/components/insulated-component.ftl b/Resources/Locale/en-US/clothing/components/insulated-component.ftl index 30c7e98a525..feecb0ded5b 100644 --- a/Resources/Locale/en-US/clothing/components/insulated-component.ftl +++ b/Resources/Locale/en-US/clothing/components/insulated-component.ftl @@ -1,2 +1,2 @@ -identity-block-examinable-verb-text = Insulatated -identity-block-examinable-verb-text-message = This item appears to be electrically insulated. It should protect the wearer from shocks. +insulated-examinable-verb-text = Insulated +insulated-examinable-verb-text-message = This item appears to be electrically insulated. It should protect the wearer from shocks.