Skip to content

updated the name of the xrp buddy#210

Open
NikhilGangaram wants to merge 1 commit intomainfrom
name_change
Open

updated the name of the xrp buddy#210
NikhilGangaram wants to merge 1 commit intomainfrom
name_change

Conversation

@NikhilGangaram
Copy link
Collaborator

No description provided.

@NikhilGangaram NikhilGangaram requested a review from kcq888 February 5, 2026 02:58
Copy link
Collaborator

@kcq888 kcq888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please review comments and address

role: 'assistant',
content: `Error: ${error instanceof Error ? error.message : 'Failed to get response'}`,
timestamp: new Date(),
model: modelName || 'XRPCode Buddy',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use the translated string from the localized file for this.

content: `Error: ${error instanceof Error ? error.message : 'Failed to get response'}`,
timestamp: new Date(),
model: modelName || 'XRPCode Buddy',
model: modelName || 'XRP Buddy',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is a non display string, please use a constant in the constants file. If it is a display name, use the localized file

</div>
<span className="text-xs font-medium text-mountain-mist-600">
{message.role === 'user' ? 'You' : 'XRP Code Buddy'}
{message.role === 'user' ? 'You' : 'XRP Buddy'}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as previous comemts

if (response.ok) {
const data = await response.json();
return data.model_name || 'XRPCode Buddy';
return data.model_name || 'XRP Buddy';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

console.warn('Failed to fetch model name from backend:', error);
}
return 'XRPCode Buddy'; // Fallback
return 'XRP Buddy'; // Fallback
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

"settings": "Settings",
"ai-chat": "AI Buddy",
"ai-chat-help": "Chat with XRPCode Buddy",
"ai-chat": "XRP Buddy",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also change the es.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants