We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c116e commit c51ec87Copy full SHA for c51ec87
1 file changed
packages/powersync_devtools_extension/lib/ui/overview.dart
@@ -143,7 +143,7 @@ class _SyncStatus extends ConsumerWidget {
143
},
144
),
145
ButtonGroupItemData(
146
- label: 'Open in Diagnostics Client',
+ label: 'Open in Sync Diagnostics Client',
147
onPressed: () {
148
final url =
149
Uri.https('diagnostics-app.powersync.com', '/', {
0 commit comments