Skip to content
Open
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
11 changes: 7 additions & 4 deletions android/res/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<string name="aa_text_orgname">Sendbird</string>
<string name="aa_text_attribution_header">Powered by Sendbird</string>
<string name="aa_text_attribution_header_url">https://sendbird.com/?utm_medium=product&amp;utm_source=aiagent&amp;utm_campaign=fy26-glbl-ai-agent-poweredby</string>
<string name="aa_text_conversation_history">Conversation history</string>
<string name="aa_text_conversations">Conversations</string>
<string name="aa_text_conversation_topic_fallback_message">No category</string>
<string name="aa_text_dialog_delete_message">Delete this message?</string>
<string name="aa_text_button_cancel">Cancel</string>
Expand All @@ -41,8 +41,6 @@
<string name="aa_text_csat_submitted">Successfully submitted!</string>
<string name="aa_text_csat_subtitle">How would you rate your experience?</string>
<string name="aa_text_csat_submit_expired">We’re sorry, the survey period has ended.</string>
<string name="aa_text_start_new_conversation">💬 Start a new conversation</string>
<string name="aa_text_return_to_conversation">💬 Return to conversation</string>
<string name="aa_text_csat_dialog_csat_title_1">Very dissatisfied</string>
<string name="aa_text_csat_dialog_csat_title_2">Dissatisfied</string>
<string name="aa_text_csat_dialog_csat_title_3">Neutral</string>
Expand All @@ -51,7 +49,9 @@
<string name="aa_text_csat_dialog_subtitle">Tell us more about your experience</string>
<string name="aa_text_csat_submit">Submit</string>
<string name="aa_text_csat_dialog_edittext_hint"> Share your feedback</string>
<string name="aa_text_csat_notice_conversation_closed">Your conversation has ended.</string>
<string name="aa_text_csat_notice_conversation_closed">This conversation has ended.</string>
Copy link
Preview

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

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

[nitpick] The change from 'Your conversation has ended' to 'This conversation has ended' appears subtle but could impact user experience. Consider whether this change maintains consistency with other user-facing messages in the application.

Suggested change
<string name="aa_text_csat_notice_conversation_closed">This conversation has ended.</string>
<string name="aa_text_csat_notice_conversation_closed">Your conversation has ended.</string>

Copilot uses AI. Check for mistakes.

<string name="aa_text_symbol_bullet">•</string>
<string name="aa_text_ended">Ended</string>

<string name="aa_text_relative_time_seconds">%1$d seconds ago</string>
<string name="aa_text_relative_time_minutes">%1$d minutes ago</string>
Expand All @@ -60,4 +60,7 @@
<string name="aa_text_relative_time_weeks">%1$d weeks ago</string>
<string name="aa_text_relative_time_months">%1$d months ago</string>
<string name="aa_text_relative_time_years">%1$d years ago</string>
<string name="aa_text_relative_time_just_now">Just now</string>
<string name="aa_text_unread_count_limit_exceeded">%1$d+</string>
<string name="aa_text_talk_to_agent">Talk to agent</string>
</resources>