Fix loading message

This commit is contained in:
Arkadiusz Fal 2022-11-11 21:38:20 +01:00
parent 4a6350f3fe
commit ebc9ea0031

View File

@ -30,7 +30,7 @@ struct OpeningStream: View {
} }
} }
return "" return "Loading streams...".localized()
} }
var state: String? { var state: String? {