Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function RecordingControls({
{/* Top Pill Status - Absolute Positioned on the border */}
<div className="absolute left-1/2 top-0 -translate-x-1/2 -translate-y-1/2 transform">
<div className="whitespace-nowrap rounded-full bg-blue-50 px-6 py-1.5 text-xs font-medium text-blue-600 shadow-sm border border-blue-100">
{t("recordingListening", { botName: "Bharti-AI" })}
{t("recordingListening", { botName: "Bharati" })}
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/screens-component/chat-screen/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const DEFAULT_LANGUAGE: LanguageCode = rootConfig.defaultLanguage as Lang
// ============================================================================

export const CHAT_ASSISTANT = {
name: "Bharti-AI",
name: "Bharati",
avatar: rootConfig.icons.assistant
};

Expand Down
2 changes: 1 addition & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"feedbackSubmit": "Submit Feedback",
"feedbackCancel": "Cancel",
"feedbackPlaceholder": "Or tell us more about the issue...",
"appTitle": "Bharti-AI",
"appTitle": "Bharati",
"settings": "Settings",
"copyMessage": "Copy message",
"likeMessage": "Like message",
Expand Down
2 changes: 1 addition & 1 deletion translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"selectLanguage": "भाषा चुनें",
"disclaimerText": "AI-उत्पन्न जानकारी। कृपया स्वतंत्र रूप से सत्यापित करें।",
"recordingListening": "[botName] सुन रही है, कृपया बोलना शुरू करें।",
"appTitle": "भारती-AI",
"appTitle": "भारती",
"questions": [
{ "key": "schemes.info.pm_kisan", "text": "पीएम-किसान योजना क्या है और मैं इसके लिए कैसे आवेदन कर सकता हूं?" },
{ "key": "schemes.info.kisan_credit_card", "text": "मुझे किसान क्रेडिट कार्ड योजना के बारे में बताएं" },
Expand Down