diff --git a/src/Augmentation/AugmentationHelpers.jsx b/src/Augmentation/AugmentationHelpers.jsx
index 9593c501c..5d274b2fe 100644
--- a/src/Augmentation/AugmentationHelpers.jsx
+++ b/src/Augmentation/AugmentationHelpers.jsx
@@ -282,7 +282,7 @@ function initAugmentations() {
name:AugmentationNames.NanofiberWeave, repCost:3.75e4, moneyCost:1.25e8,
info:"Synthetic nanofibers are woven into the skin's extracellular matrix using electrospinning, " +
"which improves regeneration and extracellular homeostasis.
" +
- "Increases strength and defense by 20%.",
+ "This augmentation increases strength and defense by 20%.",
strength_mult: 1.2,
defense_mult: 1.2,
});