Преглед изворни кода

Extend hint for clarity in override view

Deniz Cengiz пре 1 година
родитељ
комит
ccc4060eb0
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      FreeAPS/Sources/Modules/OverrideConfig/View/OverrideRootView.swift

+ 3 - 1
FreeAPS/Sources/Modules/OverrideConfig/View/OverrideRootView.swift

@@ -125,7 +125,9 @@ extension OverrideConfig {
 
         private var defaultText: some View {
             Section {} header: {
-                Text("Add Preset or Override by tapping the '+'").foregroundStyle(.secondary)
+                Text("Add Preset or Override by tapping 'Add Override +' in the top right-hand corner of the screen.")
+                    .textCase(nil)
+                    .foregroundStyle(.secondary)
             }
         }