File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Use this variable when you don't have the `default-directory' up to date.")
5757(defun dashboard-ls--insert-dir (list-size )
5858 " Add the list of LIST-SIZE items from current directory."
5959 (dashboard-insert-section
60- " Current Directories:"
60+ " List Directories:"
6161 (let* ((current-dir (dashboard-ls--current-path))
6262 (entries (dashboard-ls--entries current-dir))
6363 result)
@@ -75,7 +75,7 @@ Use this variable when you don't have the `default-directory' up to date.")
7575(defun dashboard-ls--insert-file (list-size )
7676 " Add the list of LIST-SIZE items from current files."
7777 (dashboard-insert-section
78- " Current Files:"
78+ " List Files:"
7979 (let* ((current-dir (dashboard-ls--current-path))
8080 (entries (dashboard-ls--entries current-dir))
8181 result)
You can’t perform that action at this time.
0 commit comments