From e53bafbca643e9ce066dcf35e56d9e89efca9bc0 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 24 Nov 2024 17:16:39 -0800 Subject: [PATCH] [Electron] Add custom node migration placeholder (#1670) --- src/components/install/MigrationPicker.vue | 13 +++++++++++++ src/i18n.ts | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/components/install/MigrationPicker.vue b/src/components/install/MigrationPicker.vue index abea9af56..c17800f52 100644 --- a/src/components/install/MigrationPicker.vue +++ b/src/components/install/MigrationPicker.vue @@ -57,6 +57,18 @@

+
+ +
+ +

+ {{ $t('install.customNodesDescription') }} +

+
+
@@ -70,6 +82,7 @@