Rename "Cached" to "Offline"
This commit is contained in:
parent
fcd84cde43
commit
9325beb32f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ fun BuiltInPlaylistScreen(builtInPlaylist: BuiltInPlaylist) {
|
|||
BasicText(
|
||||
text = when (builtInPlaylist) {
|
||||
BuiltInPlaylist.Favorites -> "Favorites"
|
||||
BuiltInPlaylist.Cached -> "Cached"
|
||||
BuiltInPlaylist.Cached -> "Offline"
|
||||
},
|
||||
style = typography.m.semiBold
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue