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>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/releases.js?3"></script>
|
||||
<script src="/releases.js?4"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -27,10 +27,10 @@ function deviceModel(device) {
|
||||
return "Pixel 2";
|
||||
}
|
||||
if (device === "marlin") {
|
||||
return "Pixel 1 XL (legacy)";
|
||||
return "Pixel XL (legacy)";
|
||||
}
|
||||
if (device === "sailfish") {
|
||||
return "Pixel 1 (legacy)";
|
||||
return "Pixel (legacy)";
|
||||
}
|
||||
return device;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user