From 4c8fcb58361a51b30e7dfc3c49fe4fec0d5c8404 Mon Sep 17 00:00:00 2001 From: xiangyu <3170102889@zju.edu.cn> Date: Tue, 2 Aug 2022 11:29:01 +0800 Subject: [PATCH] fix: empty outline text --- addon/chrome/content/treeView.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/chrome/content/treeView.html b/addon/chrome/content/treeView.html index c17a845..4563f15 100644 --- a/addon/chrome/content/treeView.html +++ b/addon/chrome/content/treeView.html @@ -82,7 +82,7 @@ dataStructure: "plain", height: $("window").height() - 100, displayExpr: "name", - noDataText: "Create a heading with '+'", + noDataText: "Outline is Empty", onItemClick: jumpNode, }); }