We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bd7b4 commit 91c39f5Copy full SHA for 91c39f5
1 file changed
iOSSC/View/LoadingScreen.swift
@@ -18,7 +18,7 @@ struct LoadingScreen: View {
18
ProgressView().padding()
19
HStack {
20
Image(systemSymbol: .boltHorizontalCircleFill)
21
- Text("Server spooling up. ")
+ Text("Server spooling up.")
22
.multilineTextAlignment(.center)
23
}
24
.opacity(showText ? 1 : 0)
0 commit comments