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
Copy file name to clipboardExpand all lines: Tests/IntegrationTestApp/IntegrationTestAppUITests/UIConstants.swift
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,13 @@ struct UIConstants {
10
10
staticletprimaryButton="Create Liveness Session"
11
11
12
12
structBeginCheck{
13
-
staticletprimaryButton="Begin Check"
14
-
staticletdescription="You will go through a face verification process to prove that you are a real person. Your screen's brightness will temporarily be set to 100% for highest accuracy."
15
-
staticletwarning="Photosensitivity Warning, This check displays colored lights. Use caution if you are photosensitive."
16
-
staticletinstruction="Follow the instructions to complete the check:"
13
+
staticletprimaryButton="Start video check"
14
+
staticletwarningTitle="Photosensitivity Warning"
15
+
staticletwarningDescription="This check flashes different colors. Use caution if you are photosensitive."
16
+
staticletinstruction="Center your face"
17
17
}
18
18
19
19
structLivenessCheck{
20
-
staticletcountdownInstruction="Hold face position during countdown."
0 commit comments