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
fix(tos banner): not show tos banner if there is no authentificated user (#464)
* fix(tos banner): if user is authenticated we check whether is accepted terms of service to hide banner or show if not otherwise user is not authenticated we hide banner always * fix(tos banner): resolve CR comments * fix(tos banner): resolve CR comments
Copy file name to clipboardExpand all lines: src/assets/i18n/en.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,8 @@
222
222
"and": " and ",
223
223
"privacyPolicy": " privacy policy.",
224
224
"haveReadAndAgree": "I've read and agree to the terms and conditions",
225
-
"continue": "Continue"
225
+
"continue": "Continue",
226
+
"errorMessage": "We were unable to save your consent."
226
227
},
227
228
"cookie-consent": {
228
229
"message": "Notice: This website relies on cookies to help provide a better user experience. By clicking accept or continuing to use the site, you consent to our use of cookies. See our Privacy Policy and Cookie Use for more information.",
0 commit comments