make device model names consistent
This commit is contained in:
parent
c3534cede2
commit
c06ff931f0
@ -247,6 +247,6 @@
|
|||||||
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/releases.js?3"></script>
|
<script src="/releases.js?4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -27,10 +27,10 @@ function deviceModel(device) {
|
|||||||
return "Pixel 2";
|
return "Pixel 2";
|
||||||
}
|
}
|
||||||
if (device === "marlin") {
|
if (device === "marlin") {
|
||||||
return "Pixel 1 XL (legacy)";
|
return "Pixel XL (legacy)";
|
||||||
}
|
}
|
||||||
if (device === "sailfish") {
|
if (device === "sailfish") {
|
||||||
return "Pixel 1 (legacy)";
|
return "Pixel (legacy)";
|
||||||
}
|
}
|
||||||
return device;
|
return device;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user