فهرست منبع

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)
             }
         }