mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
tweak wording for clarity
This commit is contained in:
parent
c7e4be28c7
commit
f57f939530
@ -16,7 +16,7 @@ import React, { useCallback } from 'react'
|
|||||||
import { RefreshControl, ScrollView, StatusBar, StyleSheet, Text, View } from 'react-native'
|
import { RefreshControl, ScrollView, StatusBar, StyleSheet, Text, View } from 'react-native'
|
||||||
|
|
||||||
const titles: { [key in GetAlbumListType]?: string } = {
|
const titles: { [key in GetAlbumListType]?: string } = {
|
||||||
recent: 'Recent Albums',
|
recent: 'Recently Played',
|
||||||
random: 'Random Albums',
|
random: 'Random Albums',
|
||||||
frequent: 'Frequently Played',
|
frequent: 'Frequently Played',
|
||||||
starred: 'Starred Albums',
|
starred: 'Starred Albums',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user