Localization fix

This commit is contained in:
Arkadiusz Fal 2023-05-16 18:51:13 +02:00
parent 5d8e8483d1
commit 1f0a2d25e9

View File

@ -144,7 +144,7 @@ struct HomeView: View {
navigation.presentAlert(
Alert(
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")) {
PlayerModel.shared.removeHistory()
historyID = UUID()