Skip to content

Commit 930d782

Browse files
committed
fix: update translation examples and modify header link color
1 parent fd48976 commit 930d782

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/frontend/src/locales/en/translation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
},
4545
"askTitle": "Ask your data",
4646
"gpt4vExamples": {
47-
"1": "Compare the impact of interest rates and GDP in financial markets.",
48-
"2": "What is the expected trend for the S&P 500 index over the next five years? Compare it to the past S&P 500 performance",
47+
"1": "Compare the impact of interest rates and GDP on financial markets.",
48+
"2": "What is the expected trend for the S&P 500 index over the next five years? Compare it to the past performance of the S&P 500.",
4949
"3": "Can you identify any correlation between oil prices and stock market trends?",
50-
"placeholder": "Example: Does my plan cover annual eye exams?"
50+
"placeholder": "Example: Does our Helm Chart configuration allow specifying StatefulSets?"
5151
},
5252
"generatingAnswer": "Generating answer",
5353
"citationWithColon": "Citation:",

app/frontend/src/pages/layout/Layout.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
}
150150

151151
.headerNavPageLinkActive {
152-
color: #f2f2f2;
152+
/* color: #f2f2f2; */
153153
text-decoration: none;
154154
}
155155

0 commit comments

Comments
 (0)