mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
Typos
This commit is contained in:
parent
12b6c1af36
commit
df19135e19
2 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ struct SettingsTabs: View {
|
||||||
} header: {
|
} header: {
|
||||||
Text("AI")
|
Text("AI")
|
||||||
} footer: {
|
} footer: {
|
||||||
Text("Disable to hide AI assisted tools options such as copywritting and alt image description generated from AI. Use OpenAI API. See our Privacy Policy for more information.")
|
Text("Disable to hide AI assisted tool options such as copywritting and alt-image description generated using AI. Uses OpenAI API. See our Privacy Policy for more information.")
|
||||||
}
|
}
|
||||||
#if !os(visionOS)
|
#if !os(visionOS)
|
||||||
.listRowBackground(theme.primaryBackgroundColor)
|
.listRowBackground(theme.primaryBackgroundColor)
|
||||||
|
|
|
@ -23843,7 +23843,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Disable to hide AI assisted tools options such as copywritting and alt image description generated from AI. Use OpenAI API. See our Privacy Policy for more information." : {
|
"Disable to hide AI assisted tool options such as copywritting and alt-image description generated using AI. Uses OpenAI API. See our Privacy Policy for more information." : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Enabling post streaming will automatically add new posts at the top of your home timeline. Disable if you get performance issues." : {
|
"Enabling post streaming will automatically add new posts at the top of your home timeline. Disable if you get performance issues." : {
|
||||||
|
|
Loading…
Reference in a new issue