It seems your default shell is bash. The message is just a notification that the system default shell is now zsh (the Z shell) in macOS Catalina.
You can run this command to update your user's default interactive shell to zsh:
chsh -s /bin/zsh
Last edited: