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