mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix phone number in registration popup
This commit is contained in:
parent
9325485da3
commit
3b2f97db6c
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ struct RegisterFragment: View {
|
|||
|
||||
if self.isShowPopup {
|
||||
let titlePopup = Text("assistant_dialog_confirm_phone_number_title")
|
||||
let contentPopup = Text("assistant_dialog_confirm_phone_number_message")
|
||||
let contentPopup = Text(String(format: String(localized: "assistant_dialog_confirm_phone_number_message"), registerViewModel.phoneNumber))
|
||||
|
||||
|
||||
PopupView(
|
||||
isShowPopup: $isShowPopup,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue