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