Skip to content

Commit

Permalink
Clarify meaning of leftmost button in header
Browse files Browse the repository at this point in the history
  • Loading branch information
danopato committed May 20, 2024
1 parent ffdfae8 commit ab6ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gai-frontend/lib/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class _ChatViewState extends State<ChatView> {
const Spacer(),
// Connect button
ChatButton(
text: _connected ? 'Reroll' : 'Connect',
text: 'Reroll',
onPressed: _connectProvider,
).left(8),
// Clear button
Expand Down

0 comments on commit ab6ed66

Please sign in to comment.