fixed typo
Some checks failed
Build and Release IPA / Build IPA (push) Has been cancelled

This commit is contained in:
cranci1 2025-02-20 16:29:04 +01:00
parent eec9b380dd
commit 7c3b8e74d9

View file

@ -18,7 +18,7 @@ struct SettingsViewPlayer: View {
var body: some View {
Form {
Section(header: Text("Media Player"), footer: Text("Some features are limited to Sora while others are limited to the Default player, such as ForceLandscape and holdSpeed. Unfortunately the ForceLandscape doesn't yet working on the Sora Player.")) {
Section(header: Text("Media Player"), footer: Text("Some features are limited to Sora while others are limited to the Default player, such as ForceLandscape and holdSpeed. Unfortunately the ForceLandscape doesn't yet work on the Sora Player.")) {
HStack {
Text("Media Player")
Spacer()