mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Localization fix
This commit is contained in:
parent
5d8e8483d1
commit
1f0a2d25e9
@ -144,7 +144,7 @@ struct HomeView: View {
|
|||||||
navigation.presentAlert(
|
navigation.presentAlert(
|
||||||
Alert(
|
Alert(
|
||||||
title: Text("Are you sure you want to clear history of watched videos?"),
|
title: Text("Are you sure you want to clear history of watched videos?"),
|
||||||
message: Text("It cannot be reverted"),
|
message: Text("This cannot be reverted"),
|
||||||
primaryButton: .destructive(Text("Clear All")) {
|
primaryButton: .destructive(Text("Clear All")) {
|
||||||
PlayerModel.shared.removeHistory()
|
PlayerModel.shared.removeHistory()
|
||||||
historyID = UUID()
|
historyID = UUID()
|
||||||
|
Loading…
Reference in New Issue
Block a user