Added missing string resource
This commit is contained in:
@ -2119,7 +2119,7 @@ private fun makeCall(ctx: Context, viewModel: ViewModel, uriText: String,
|
||||
}
|
||||
else if (ua.account.isMobile && !Utils.isTelUri(uri)) {
|
||||
alertTitle.value = ctx.getString(R.string.notice)
|
||||
alertMessage.value = "Telephone call can only be made to telephone number"
|
||||
alertMessage.value = ctx.getString(R.string.no_telephone_number)
|
||||
showAlert.value = true
|
||||
return
|
||||
}
|
||||
|
||||
@ -526,6 +526,7 @@
|
||||
<string name="diverted_by">siirtäjä</string>
|
||||
<string name="no_telephony_provider">Tilille \'%1$s\' ei ole konfiguroitu puhelinpalvelun
|
||||
tarjoajaa</string>
|
||||
<string name="no_telephone_number">Mobiilipuhelu voidaan tehdä vain puhelinnumeroon</string>
|
||||
<string name="video_call">Videopuhelu</string>
|
||||
<string name="video_request">Videopyyntö</string>
|
||||
<string name="allow_video">Salli video videon lähetys ja vastaanotto puhelussa \'%1$s\'\?</string>
|
||||
|
||||
@ -508,6 +508,7 @@
|
||||
<string name="diverted_by_dots">Diverted by …</string>
|
||||
<string name="diverted_by">diverted by</string>
|
||||
<string name="no_telephony_provider">Account \'%1$s\' has no Telephony Provider</string>
|
||||
<string name="no_telephone_number">Mobile call only be made to telephone number</string>
|
||||
<string name="video_call">Video call</string>
|
||||
<string name="video_request">Video Request</string>
|
||||
<string name="allow_video">Accept sending and receiving video with \'%1$s\'\?</string>
|
||||
|
||||
Reference in New Issue
Block a user