diff --git a/lua/auto-session/health.lua b/lua/auto-session/health.lua index 214b1dd..4deb689 100644 --- a/lua/auto-session/health.lua +++ b/lua/auto-session/health.lua @@ -81,9 +81,9 @@ function M.check() start "Config" if Config.has_old_config then info( - "You have old config names. You could update your config to:\n" + "You have old config names. You can update your config to:\n" .. vim.inspect(Config.options_without_defaults) - .. "\n\nYou could also need to remove any vim global config settings" + .. "\n\nYou can also remove any vim global config settings" ) else ok("\n" .. vim.inspect(Config.options_without_defaults))