Fix auto guard text
This commit is contained in:
parent
4e1d342ff5
commit
2c933570a5
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ const PartyDetails = (props: Props) => {
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{`${t('party.details.labels.auto_guard')} ${
|
{`${t('party.details.labels.auto_guard')} ${
|
||||||
fullAuto ? 'On' : 'Off'
|
autoGuard ? 'On' : 'Off'
|
||||||
}`}
|
}`}
|
||||||
</Token>
|
</Token>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue