This commit is contained in:
世界
2023-08-05 21:27:52 +08:00
parent b5e682021b
commit ba8cd27b70
6 changed files with 46 additions and 37 deletions
@@ -79,7 +79,7 @@ public struct ProfileView: View {
}
#endif
if profileList.isEmpty {
Text("Empty Profiles")
Text("Empty profiles")
} else {
List {
ForEach(profileList, id: \.mustID) { profile in
@@ -99,7 +99,7 @@ public struct ProfileView: View {
}
#elseif os(macOS)
if profileList.isEmpty {
Text("Empty Profiles")
Text("Empty profiles")
} else {
FormView {
List {