diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 350fc41..fb96987 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -1030,7 +1030,7 @@ const InvulRow = ({ hasInvul }) => { backgroundColor: "var(--primary-color)", }} > - INVULNERABLE SAVE{isSpecialInvul ? "*" : ""} + INSV{isSpecialInvul ? "*" : ""} );