This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 0f9c9ae7619da69cd4bb5a26407c51d33fe09834 Author: Qian Xia <lauraxiaq...@gmail.com> AuthorDate: Wed Apr 12 18:39:54 2023 +0800 KYLIN-5512 refine search history local --- kystudio/src/components/query/query_history_table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kystudio/src/components/query/query_history_table.vue b/kystudio/src/components/query/query_history_table.vue index 232cfdcad9..d9c8ec41c3 100644 --- a/kystudio/src/components/query/query_history_table.vue +++ b/kystudio/src/components/query/query_history_table.vue @@ -337,7 +337,7 @@ import Diagnostic from 'components/admin/Diagnostic/index' 'en': { queryDetails: 'Query Details', ruleDesc: 'Favorite Condition:<br/>Query Frequency (default by daily);<br/>Query Duration;<br/>From user/ user group;<br/>Pushdown Query.', - searchSQL: 'Search one keyword or query ID', + searchSQL: 'Search Query ID or SQL Statement', noSpaceTips: 'Invalide entering: cannot search space', sqlDetailTip: 'Please click sql to get more informations', taskStatus: 'Task Status',