mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-28 05:10:09 -07:00
Merge pull request #54 from mciverza/typofix_blacklist
Blackilsted --> Blacklisted
This commit is contained in:
commit
96b4f8e0b8
@ -302,7 +302,7 @@ export default function SettingsOverlay(props: SettingsOverlayProps) {
|
||||
icon="blocked-person"
|
||||
className={getClassesCallback().iconInTablLeftButton}
|
||||
/>
|
||||
<Text className="bp3-text-large">Blackilsted IPs</Text>
|
||||
<Text className="bp3-text-large">Blacklisted IPs</Text>
|
||||
</Row>
|
||||
);
|
||||
};
|
||||
|
@ -235,7 +235,7 @@ exports[`should match exact snapshot 1`] = `
|
||||
<div
|
||||
class="bp3-text-large"
|
||||
>
|
||||
Blackilsted IPs
|
||||
Blacklisted IPs
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -762,7 +762,7 @@ exports[`should match exact snapshot 1`] = `
|
||||
<div
|
||||
class="bp3-text-large"
|
||||
>
|
||||
Blackilsted IPs
|
||||
Blacklisted IPs
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1504,7 +1504,7 @@ exports[`should match exact snapshot 1`] = `
|
||||
<div
|
||||
className="bp3-text-large"
|
||||
>
|
||||
Blackilsted IPs
|
||||
Blacklisted IPs
|
||||
</div>
|
||||
</Blueprint3.Text>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user