Skip to content
Merged
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: "Bharati-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: "Bharati-AI",
name: "Bharati",
avatar: rootConfig.icons.assistant
};

Expand Down
Loading