Jon Mårtensson 2 лет назад
Родитель
Сommit
ae8ee7efc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/StatConfig/View/StatConfigRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/StatConfig/View/StatConfigRootView.swift

@@ -62,7 +62,7 @@ extension StatConfig {
                 } header: { Text("Add Meal View settings ") }
             }
             .onAppear(perform: configureView)
-            .navigationBarTitle("UI/UX Settings")
+            .navigationBarTitle("UI/UX")
             .navigationBarTitleDisplayMode(.automatic)
         }
     }