You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/confluence/src/main/java/com/github/vogoltsov/vp/plugins/confluence/client/ConfluenceSpaceRepository.java
Copy file name to clipboardExpand all lines: plugins/confluence/src/main/java/com/github/vogoltsov/vp/plugins/confluence/dialog/ConfluenceSpaceChooserDialog.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,14 @@ protected String getTitle() {
24
24
protectedHelpPanelcreateHelpPanel() {
25
25
returnnewHelpPanel(
26
26
"",
27
-
"Confluence spaces are created on a per-project basis." +
28
-
" Search by space key or name."
27
+
"<html><body>" +
28
+
"<p>" +
29
+
"Confluence spaces are created on a per-project basis." +
30
+
"</p>" +
31
+
"<p>" +
32
+
"Searches confluence spaces by key (only exact match is returned) or by name (using fuzzy search)," +
0 commit comments