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

+ 1 - 1
FreeAPS/Sources/Modules/Stat/View/StatsView.swift

@@ -89,7 +89,7 @@ struct StatsView: View {
                     )
                 }
                 VStack(spacing: 5) {
-                    Text("Sucess").font(.subheadline).foregroundColor(headline)
+                    Text("Success").font(.subheadline).foregroundColor(headline)
                     Text(
                         ((successRate ?? 100) / 100)
                             .formatted(.percent.grouping(.never).rounded().precision(.fractionLength(1)))