Skip to content

Commit 77679f4

Browse files
committed
refactor: update external link and modify deployment terminology in English translations
- Changed the external link for non-domestic stations to point to a new Airtable form. - Updated the terminology for offline deployment from 'Offline Deployment' to 'On-Prem Version' in the English language file for clarity.
1 parent 6685061 commit 77679f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dfs/src/components/the-header/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default {
223223
window.open(
224224
this.isDomesticStation
225225
? 'https://tapdata.net/tapdata-on-prem/demo.html'
226-
: 'https://tapdata.mike-x.com/lV5o0?m=QkkvTrNtVq6jvQpX',
226+
: 'https://airtable.com/appQphsctyuno31QD/pagUAvnEKRndd4JXX/form',
227227
'_blank'
228228
)
229229
}

apps/dfs/src/i18n/langs/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ export default {
17551755
'Tapdata uses MongoDB Atlas, a managed MongoDB service provided by MongoDB Inc. for secure data storage. When you select an instance below, Tapdata will automatically create a MongoDB Atlas Cluster on your behalf. This cluster is exclusively for you and no one except for you and Tapdata can access it.<br/>Note Free Trial users will use a separate MongoDB Cluster that is managed by Tapdata.',
17561756
dfs_subscribe_storage_deploy_region: 'Please select the MongoDB Atlas region you want to deploy',
17571757
dfs_subscribe_storage_specification: 'Please select the specification of MongoDB Atlas Cluster',
1758-
dfs_offline_deployment: 'Offline Deployment',
1758+
dfs_offline_deployment: 'On-Prem Version',
17591759
dfs_offline_deployment_get: 'Get Offline Version',
17601760
dfs_offline_deployment_tip:
17611761
'Due to the use of MongoDB Atlas for the online version, this product is not available in China, so only the offline version is provided domestically.',

0 commit comments

Comments
 (0)