web/PickerDialog: fix typo

This commit is contained in:
dumbmoron
2024-07-22 14:17:33 +00:00
parent d170f619d2
commit 44243cc4c2

View File

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