mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Label phone numbers as "mobile" by default
This commit is contained in:
parent
0825fa8d23
commit
fd8dd0c976
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ private func userInfoEntries(account: Account, presentationData: PresentationDat
|
|||
}
|
||||
}
|
||||
if !found {
|
||||
entries.append(UserInfoEntry.phoneNumber(presentationData.theme, index, "home", formattedNumber, false))
|
||||
entries.append(UserInfoEntry.phoneNumber(presentationData.theme, index, presentationData.strings.ContactInfo_PhoneLabelMobile, formattedNumber, false))
|
||||
index += 1
|
||||
} else {
|
||||
for (label, number, isMain) in phoneNumbers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue