mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/PickerDialog: fix typo
This commit is contained in:
parent
d170f619d2
commit
44243cc4c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue