1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-06-18 23:40:25 -07:00

Blackilsted --> Blacklisted

This commit is contained in:
mac 2021-01-26 12:41:18 +02:00
parent 217499ddbc
commit 5fd982717c
2 changed files with 4 additions and 4 deletions

View File

@ -302,7 +302,7 @@ export default function SettingsOverlay(props: SettingsOverlayProps) {
icon="blocked-person" icon="blocked-person"
className={getClassesCallback().iconInTablLeftButton} className={getClassesCallback().iconInTablLeftButton}
/> />
<Text className="bp3-text-large">Blackilsted IPs</Text> <Text className="bp3-text-large">Blacklisted IPs</Text>
</Row> </Row>
); );
}; };

View File

@ -235,7 +235,7 @@ exports[`should match exact snapshot 1`] = `
<div <div
class="bp3-text-large" class="bp3-text-large"
> >
Blackilsted IPs Blacklisted IPs
</div> </div>
</div> </div>
</div> </div>
@ -762,7 +762,7 @@ exports[`should match exact snapshot 1`] = `
<div <div
class="bp3-text-large" class="bp3-text-large"
> >
Blackilsted IPs Blacklisted IPs
</div> </div>
</div> </div>
</div> </div>
@ -1504,7 +1504,7 @@ exports[`should match exact snapshot 1`] = `
<div <div
className="bp3-text-large" className="bp3-text-large"
> >
Blackilsted IPs Blacklisted IPs
</div> </div>
</Blueprint3.Text> </Blueprint3.Text>
</div> </div>