Improve wording of the title of read receipt list
This commit is contained in:
parent
3f4f7457c7
commit
4154cb2b85
|
@ -66,7 +66,7 @@ class DisplayReadReceiptsBottomSheet : VectorBaseBottomSheetDialogFragment() {
|
|||
super.onActivityCreated(savedInstanceState)
|
||||
recyclerView.layoutManager = LinearLayoutManager(context, RecyclerView.VERTICAL, false)
|
||||
recyclerView.adapter = epoxyController.adapter
|
||||
bottomSheetTitle.text = getString(R.string.read_at)
|
||||
bottomSheetTitle.text = getString(R.string.seen_by)
|
||||
epoxyController.setData(displayReadReceiptArgs.readReceipts)
|
||||
}
|
||||
|
||||
|
|
|
@ -137,4 +137,6 @@
|
|||
<item quantity="other">Too many requests have been sent. You can retry in %1$d seconds…</item>
|
||||
</plurals>
|
||||
|
||||
<string name="seen_by">Seen by</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue