mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Localizations fixes
This commit is contained in:
@@ -12,7 +12,7 @@ struct OpenVideosButton: View {
|
||||
Image(systemName: imageSystemName)
|
||||
}
|
||||
if let text {
|
||||
Text(text)
|
||||
Text(text.localized())
|
||||
.fontWeight(.bold)
|
||||
}
|
||||
}
|
||||
|
@@ -96,7 +96,6 @@ struct OpenVideosView: View {
|
||||
Spacer()
|
||||
|
||||
#if !os(tvOS)
|
||||
|
||||
openFromClipboardButton
|
||||
#endif
|
||||
}
|
||||
|
@@ -248,7 +248,7 @@ struct VideoContextMenuView: View {
|
||||
)
|
||||
}
|
||||
}
|
||||
let label = Label("Remove...", systemImage: "trash.fill")
|
||||
let label = Label("Remove…", systemImage: "trash.fill")
|
||||
.foregroundColor(Color("AppRedColor"))
|
||||
|
||||
if #available(iOS 15, macOS 12, *) {
|
||||
|
Reference in New Issue
Block a user