diff --git a/src/toisto/ui/text.py b/src/toisto/ui/text.py index 6a7c9a6d..e6dd996a 100644 --- a/src/toisto/ui/text.py +++ b/src/toisto/ui/text.py @@ -50,7 +50,7 @@ ) CONFIG_LANGUAGE_TIP: Final[str] = ( - "️️👉 You may want to use a configuration file to store your language preferences.\n" + "️️👉 You may want to use `toisto configure` to store your language preferences.\n" f"See {README_URL.replace('#toisto', '#how-to-configure-toisto')}." )