Browse Source

Better framing of what "Complete" is right now

Michael Hanke 1 year ago
parent
commit
4b0f8f2b03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      datalad_gooey/complete_api.py

+ 1 - 1
datalad_gooey/complete_api.py

@@ -85,7 +85,7 @@ dataset_api = {
 }
 
 gooey_suite = dict(
-    title='&Complete',
+    title='&Complete (Development preview)',
     description='Generic access to all command available in this DataLad installation',
     apis=dict(
         dataset=dataset_api,