Renamed artist radio

This commit is contained in:
CappielloAntonio 2022-01-19 09:34:11 +01:00
parent 9240fb3043
commit abc80ca2dd
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingTop="20dp" android:paddingTop="20dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:text="@string/home_title_radio_artist" /> android:text="@string/home_title_radio_station" />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/radio_artist_recycler_view" android:id="@+id/radio_artist_recycler_view"

View file

@ -206,6 +206,6 @@
<string name="undraw_page">unDraw</string> <string name="undraw_page">unDraw</string>
<string name="undraw_thanks">A special thanks goes to unDraw without whose illustrations we could not have made this application more beautiful</string> <string name="undraw_thanks">A special thanks goes to unDraw without whose illustrations we could not have made this application more beautiful</string>
<string name="home_title_radio_artist_see_all_button">See all</string> <string name="home_title_radio_artist_see_all_button">See all</string>
<string name="home_title_radio_artist">Radio artist</string> <string name="home_title_radio_station">Radio stations</string>
<string name="home_title_new_releases">New releases</string> <string name="home_title_new_releases">New releases</string>
</resources> </resources>