Browse Source

remove 'dot'

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid 2 years ago
parent
commit
4fcbb4ec40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/i18n/en/collection.ts

+ 1 - 1
client/src/i18n/en/collection.ts

@@ -89,7 +89,7 @@ const collectionTrans = {
   schemaTab: 'Schema',
   queryTab: 'Data Query',
   previewTab: 'Data Preview',
-  startTip: 'Start your data query.',
+  startTip: 'Start your data query',
   dataQuerylimits:
     ' Please note that the maximum number of results for your data query is 16384.',
   exprPlaceHolder: 'Please enter your data query, for example id > 0',