diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid
index dc27e1918..c51a013a5 100644
--- a/core/ui/ImportListing.tid
+++ b/core/ui/ImportListing.tid
@@ -2,10 +2,10 @@ title: $:/core/ui/ImportListing
\define lingo-base() $:/language/Import/
\define messageField()
-message-$(currentTiddler)$
+message-$(payloadTiddler)$
\end
\define selectionField()
-selection-$(currentTiddler)$
+selection-$(payloadTiddler)$
\end
@@ -20,18 +20,18 @@ selection-$(currentTiddler)$
<>
-<$list filter="[all[current]plugintiddlers[]sort[title]]">
+<$list filter="[all[current]plugintiddlers[]sort[title]]" variable="payloadTiddler">
-<$checkbox tiddler=<> field=<> checked="checked" unchecked="unchecked" default="checked"/>
+<$checkbox field=<> checked="checked" unchecked="unchecked" default="checked"/>
|
-<$link to={{!!title}}>
-<$view field="title"/>
+<$link to=<>>
+<$text text=<>/>
$link>
|
-<$view tiddler=<> field=<>/>
+<$view field=<>/>
|
$list>
diff --git a/plugins/tiddlywiki/upgrade/UpgradeWizard.tid b/plugins/tiddlywiki/upgrade/UpgradeWizard.tid
index 2784a7260..088954d78 100644
--- a/plugins/tiddlywiki/upgrade/UpgradeWizard.tid
+++ b/plugins/tiddlywiki/upgrade/UpgradeWizard.tid
@@ -25,12 +25,8 @@ or click to pick a file <$browse/>
The following tiddlers will be included in the upgrade <$button message="tw-perform-import" param="$:/Import">Upgrade$button>
-<$set name="storyTiddler" value="$:/Import">
-
{{$:/Import||$:/core/ui/ImportListing}}
-$set>
-
$reveal>
<$reveal state="$:/Import!!status" type="match" text="complete">