mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Localization fixes
This commit is contained in:
parent
1d64c84137
commit
7bb978d02c
@ -25,7 +25,7 @@ struct ChannelCell: View {
|
||||
VStack {
|
||||
HStack(alignment: .top, spacing: 3) {
|
||||
Image(systemName: "person.crop.rectangle")
|
||||
Text("Channel".uppercased())
|
||||
Text("Channel".localized().uppercased())
|
||||
.fontWeight(.light)
|
||||
.opacity(0.6)
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ struct ChannelPlaylistCell: View {
|
||||
VStack {
|
||||
HStack(alignment: .top, spacing: 3) {
|
||||
Image(systemName: "list.and.film")
|
||||
Text("Playlist".uppercased())
|
||||
Text("Playlist".localized().uppercased())
|
||||
.fontWeight(.light)
|
||||
.opacity(0.6)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user