VoiP : fix string resource
This commit is contained in:
parent
e45314e3d5
commit
36581a1f31
|
@ -358,7 +358,7 @@ class NoticeEventFormatter @Inject constructor(
|
|||
}
|
||||
EventType.CALL_REJECT ->
|
||||
if (event.isSentByCurrentUser()) {
|
||||
sp.getString(R.string.call_tile_you_declined_call)
|
||||
sp.getString(R.string.call_tile_you_declined)
|
||||
} else {
|
||||
sp.getString(R.string.call_tile_other_declined, senderName)
|
||||
}
|
||||
|
|
|
@ -3254,7 +3254,7 @@
|
|||
<string name="call_tile_you_started_call">You started a call</string>
|
||||
<string name="call_tile_other_started_call">%1$s started a call</string>
|
||||
<string name="call_tile_in_call">You\'re currently in this call</string>
|
||||
<string name="call_tile_you_declined_call">You declined this call</string>
|
||||
<string name="call_tile_you_declined">You declined this call</string>
|
||||
<string name="call_tile_other_declined">%1$s declined this call</string>
|
||||
<string name="call_tile_ended">This call has ended</string>
|
||||
<string name="call_tile_call_back">Call back</string>
|
||||
|
|
Loading…
Reference in New Issue