jscheffl commented on code in PR #58037:
URL: https://github.com/apache/airflow/pull/58037#discussion_r2535629604


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -91,7 +91,8 @@
     "defaultMessage": "An unexpected error occurred",
     "home": "Home",
     "notFound": "Page Not Found",
-    "title": "Error"
+    "title": "Error",
+    "authenticating": "Authenticating..."

Review Comment:
   Should we be a bit more verbose on this what it means? Like for example:
   ```suggestion
       "title": "Authentication Error",
       "authenticating": "Authentication no accepted, forwarding to login 
page..."
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -91,7 +91,8 @@
     "defaultMessage": "An unexpected error occurred",
     "home": "Home",
     "notFound": "Page Not Found",
-    "title": "Error"
+    "title": "Error",
+    "authenticating": "Authenticating..."

Review Comment:
   Should we be a bit more verbose on this what it means? Like for example:
   ```suggestion
       "title": "Authentication Error",
       "authenticating": "Authentication not accepted, forwarding to login 
page..."
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to