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: airbyte-webapp/src/packages/cloud/locales/en.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,19 @@
28
28
"login.companyName": "Company name*",
29
29
"login.companyName.placeholder": "Acme Inc.",
30
30
"login.subscribe": "Receive community and feature updates. You can unsubscribe any time. ",
31
-
"login.security": "By using the service, you agree to to our <terms>Terms of Service</terms> and <privacy>Privacy\u00a0Policy</privacy>.",
31
+
"login.disclaimer": "By signing up and continuing, you agree to our <terms>Terms of Service</terms> and <privacy>Privacy Policy</privacy>.",
32
32
"login.inviteTitle": "Invite access",
33
33
"login.inviteLinkExpired": "This invite link expired. A new invite link was sent to your email.",
34
34
"login.inviteLinkInvalid": "This invite link is no longer valid.",
35
35
"login.rightSideFrameTitle": "More about Airbyte",
36
36
"login.quoteText": "Airbyte has cut <b>months of employee hours off</b> of our ELT pipeline development and delivered usable data to us in hours instead of weeks. We are excited for the future of Airbyte, enthusiastic about their approach, and optimistic about our future together.",
37
37
"login.quoteAuthor": "Micah Mangione",
38
38
"login.quoteAuthorJobTitle": "Director of Technology",
39
+
"login.oauth.or": "or",
40
+
"login.oauth.google": "Continue with Google",
41
+
"login.oauth.github": "Continue with GitHub",
42
+
"login.oauth.differentCredentialsError": "Use your email and password to sign in.",
43
+
"login.oauth.unknownError": "An unknown error happened during sign in: {error}",
39
44
40
45
"confirmResetPassword.newPassword": "Enter a new password",
41
46
"confirmResetPassword.success": "Your password has been reset. Please log in with the new password.",
0 commit comments