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