diff --git a/lua/lazy/view/render.lua b/lua/lazy/view/render.lua index 1c0bd3c5..d0cf458d 100644 --- a/lua/lazy/view/render.lua +++ b/lua/lazy/view/render.lua @@ -583,12 +583,12 @@ function M:profile() self:append("Profile", "LazyH2"):nl():nl() self :append("You can press ") - :append("", "LazySpecial") + :append(ViewConfig.keys.profile_sort, "LazySpecial") :append(" to change sorting between chronological order & time taken.") :nl() self :append("Press ") - :append("", "LazySpecial") + :append(ViewConfig.keys.profile_filter, "LazySpecial") :append(" to filter profiling entries that took more time than a given threshold") :nl()