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

Merge pull request #54 from mciverza/typofix_blacklist

Blackilsted --> Blacklisted
This commit is contained in:
Pavlo Buidenkov 2021-01-26 19:10:48 +02:00 committed by GitHub
commit 96b4f8e0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>