Explorar el Código

Fix typo in verbose hint for Appearance

Deniz Cengiz hace 1 año
padre
commit
8b8d04a51a

+ 1 - 1
FreeAPS/Sources/Modules/UserInterfaceSettings/View/UserInterfaceSettingsRootView.swift

@@ -69,7 +69,7 @@ extension UserInterfaceSettings {
                                             AnyView(
                                             AnyView(
                                                 VStack(alignment: .leading, spacing: 10) {
                                                 VStack(alignment: .leading, spacing: 10) {
                                                     Text(
                                                     Text(
-                                                        "Set the Trio's apperance. Descriptions of each option found below."
+                                                        "Sets Trio's appearance. Descriptions of each option found below."
                                                     )
                                                     )
                                                     VStack(alignment: .leading, spacing: 5) {
                                                     VStack(alignment: .leading, spacing: 5) {
                                                         Text("System Default:").bold()
                                                         Text("System Default:").bold()