You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text(NSLocalizedString("Algorithm Experiments", comment:"Navigation title for algorithms experiments screen"))
49
-
.font(.headline)
50
-
VStack{
51
-
Text("⚠️").font(.largeTitle)
52
-
Text("Caution")
47
+
ScrollView{
48
+
VStack(alignment:.center, spacing:12){
49
+
Text(NSLocalizedString("Algorithm Experiments", comment:"Navigation title for algorithms experiments screen"))
50
+
.font(.headline)
51
+
VStack{
52
+
Text("⚠️").font(.largeTitle)
53
+
Text("Caution")
54
+
}
55
+
Divider()
56
+
VStack(alignment:.leading, spacing:12){
57
+
Text(NSLocalizedString("Algorithm Experiments are optional modifications to the Loop Algorithm. These modifications are less tested than the standard Loop algorithm, so please use carefully.", comment:"Algorithm Experiments description."))
58
+
Text(NSLocalizedString("In future versions of Loop these experiments may change, end up as standard parts of the Loop Algorithm, or be removed from Loop entirely. Please follow along in the Loop Zulip chat to stay informed of possible changes to these features.", comment:"Algorithm Experiments description second paragraph."))
Text(NSLocalizedString("Algorithm Experiments are optional modifications to the Loop Algorithm. These modifications are less tested than the standard Loop algorithm, so please use carefully.", comment:"Algorithm Experiments description."))
57
-
Text(NSLocalizedString("In future versions of Loop these experiments may change, end up as standard parts of the Loop Algorithm, or be removed from Loop entirely. Please follow along in the Loop Zulip chat to stay informed of possible changes to these features.", comment:"Algorithm Experiments description second paragraph."))
0 commit comments