From 090ebe23117faa6771107cb75bff3859b135c3da Mon Sep 17 00:00:00 2001 From: benjobs Date: Mon, 20 Jan 2025 10:11:13 +0800 Subject: [PATCH] Update app.ts --- .../streampark-console-webapp/src/locales/lang/en/flink/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/app.ts b/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/app.ts index 2db06b4dc2..ab0bc56b82 100644 --- a/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/app.ts +++ b/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/app.ts @@ -289,7 +289,7 @@ export default { appNameK8sClusterIdRoleRegexp: 'must only contain lowercase alphanumeric characters and "-",The required format is [a-z]([-a-z0-9]*[a-z0-9])', appNameRoleContent: - 'must be (Chinese or English or "-" or "_"), Spaces are not allowed.Please check', + 'must be (Chinese or English or "-" or "_"), Spaces are not allowed. Please check', flinkClusterIsRequiredMessage: 'Flink Cluster is required', flinkSqlIsRequiredMessage: 'Flink SQL is required', tagsPlaceholder: 'Please enter tags,if more than one, separate them with commas(,)',