Sfoglia il codice sorgente

rename settings to configuration in dashboard (#1350)

Binx 3 anni fa
parent
commit
0bf6fd68c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lua/core/dashboard.lua

+ 1 - 1
lua/core/dashboard.lua

@@ -41,7 +41,7 @@ M.config = function()
         command = "Telescope live_grep",
       },
       e = {
-        description = { "  Settings           " },
+        description = { "  Configuration      " },
         command = ":e " .. USER_CONFIG_PATH,
       },
     },