Fix(lab): Simple string quotes will do
Co-authored-by: Stefan Sydow <s.sydow@heinlein-video.de>
This commit is contained in:
parent
7ec34e14a5
commit
b01758969c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const CoreSettingSaBool = props => {
|
|||
<SumButton onClick={toggle}>
|
||||
<SumDiv>
|
||||
<Deg />
|
||||
<span>{ t(`settings:sa.t`) }</span>
|
||||
<span>{ t('settings:sa.t') }</span>
|
||||
<span className="ml-4 opacity-50">
|
||||
[ { t(`yes`) }/
|
||||
{ t(`no`) } ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue