From 8e1d3a2b47abf0d8fd8ef9007f2d6b2b979d9eff Mon Sep 17 00:00:00 2001 From: sambergo <46346606+sambergo@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:42:35 +0300 Subject: fix: more consistent dashboard description (#3055) --- lua/lvim/core/alpha/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lvim/core/alpha/dashboard.lua b/lua/lvim/core/alpha/dashboard.lua index 6bcb74cb..e92f12bb 100644 --- a/lua/lvim/core/alpha/dashboard.lua +++ b/lua/lvim/core/alpha/dashboard.lua @@ -109,7 +109,7 @@ function M.get_sections() { "n", " New File", "ene!" }, { "p", " Projects ", "Telescope projects" }, { "r", " Recent Files", "Telescope oldfiles" }, - { "t", " Find Word", "Telescope live_grep" }, + { "t", " Find Text", "Telescope live_grep" }, { "c", " Configuration", -- cgit v1.2.3