mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 05:35:44 +00:00
Add call link strings.
This commit is contained in:
committed by
Greyson Parrelli
parent
548da6a09d
commit
0952afbba1
@@ -219,7 +219,7 @@ private fun PendingParticipantsSheet(
|
||||
onClick = onDenyAll
|
||||
) {
|
||||
Text(
|
||||
text = "Deny all",
|
||||
text = stringResource(id = R.string.PendingParticipantsBottomSheet__deny_all),
|
||||
color = MaterialTheme.colorScheme.onSurface
|
||||
)
|
||||
}
|
||||
@@ -228,7 +228,7 @@ private fun PendingParticipantsSheet(
|
||||
|
||||
Buttons.LargeTonal(onClick = onApproveAll) {
|
||||
Text(
|
||||
text = "Approve all"
|
||||
text = stringResource(id = R.string.PendingParticipantsBottomSheet__approve_all)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user