fix: typo

This commit is contained in:
rebelonion 2024-03-15 17:16:27 -05:00
parent 9a1ec8567c
commit 12c77604f1
2 changed files with 2 additions and 2 deletions

View file

@ -192,7 +192,7 @@ class SelectorDialogFragment : BottomSheetDialogFragment() {
binding.selectorProgressBar.visibility = View.GONE
}
if (adapter.itemCount == 0) {
snackString(getString(R.string.stream_selection_emoty))
snackString(getString(R.string.stream_selection_empty))
tryWith {
dismiss()
}