web/PickerDialog: fix typo

This commit is contained in:
dumbmoron 2024-07-22 14:17:33 +00:00
parent d170f619d2
commit 44243cc4c2
No known key found for this signature in database

View file

@ -23,7 +23,7 @@
if (device.is.iOS) {
dialogDescription += "ios";
} else if (device.is.mobile) {
dialogDescription += "mobile";
dialogDescription += "phone";
} else {
dialogDescription += "desktop";
}