Skip to content

Commit

Permalink
fix(authentication): consistent locale keys (#1434)
Browse files Browse the repository at this point in the history
* locale, auth keys
* authentication, updated auth keys, test snapshots
* messageView, allow component or func ref
  • Loading branch information
cdcabrera authored Oct 3, 2024
1 parent 11b266c commit 787db24
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 379 deletions.
6 changes: 4 additions & 2 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"curiosity-auth": {
"pending": "Authenticating...",
"maintenanceCopy": "We are currently undergoing scheduled maintenance and will be back shortly. Thank you for your patience."
"pending": "...",
"pending_description": "Authenticating...",
"maintenance": "...",
"maintenance_description": "We are currently undergoing scheduled maintenance and will be back shortly. Thank you for your patience."
},
"curiosity-banner": {},
"curiosity-graph": {
Expand Down
Loading

0 comments on commit 787db24

Please sign in to comment.