mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website - homepage text fix (#22777)
Changed "Chromebook" to "ChromeOS" to be consistent with macOS, Windows, and Linux, which refer to the operating system, not the device name.
This commit is contained in:
parent
2b300d13dc
commit
5beea75e43
1 changed files with 2 additions and 2 deletions
4
website/views/pages/homepage.ejs
vendored
4
website/views/pages/homepage.ejs
vendored
|
|
@ -243,7 +243,7 @@
|
|||
</div>
|
||||
<div purpose="endpoint-image-box" class="d-md-none d-flex">
|
||||
<img alt="ChromeOS" src="/images/logo-chrome-36x37@2x.png">
|
||||
<p>Chromebook</p>
|
||||
<p>ChromeOS</p>
|
||||
</div>
|
||||
<div purpose="endpoint-image-box" class="d-md-none d-flex">
|
||||
<img alt="Containers" src="/images/logo-docker-40x40@2x.png">
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
<div purpose="endpoint-empty-image-box" class="d-md-flex d-none"></div>
|
||||
<div purpose="endpoint-image-box" class="d-md-flex d-none">
|
||||
<img alt="ChromeOS" src="/images/logo-chrome-36x37@2x.png">
|
||||
<p>Chromebook</p>
|
||||
<p>ChromeOS</p>
|
||||
</div>
|
||||
<div purpose="endpoint-image-box" class="d-md-flex d-none">
|
||||
<img alt="Containers" src="/images/logo-docker-40x40@2x.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue