mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
web/PickerDialog: fix typo
This commit is contained in:
parent
d170f619d2
commit
44243cc4c2
@ -23,7 +23,7 @@
|
|||||||
if (device.is.iOS) {
|
if (device.is.iOS) {
|
||||||
dialogDescription += "ios";
|
dialogDescription += "ios";
|
||||||
} else if (device.is.mobile) {
|
} else if (device.is.mobile) {
|
||||||
dialogDescription += "mobile";
|
dialogDescription += "phone";
|
||||||
} else {
|
} else {
|
||||||
dialogDescription += "desktop";
|
dialogDescription += "desktop";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user