Added missing string resource

This commit is contained in:
Juha Heinanen
2026-05-15 13:04:49 +03:00
parent c9dc17c632
commit 4a3408bc30
3 changed files with 3 additions and 1 deletions

View File

@ -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
}

View File

@ -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>

View File

@ -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>