diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index b30b0a7b4..a4598360f 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -1113,7 +1113,7 @@ def integration_connect_screen( st.markdown( f""" #### {title} - {status or f'Run Saved ✅ ~ Connect ~ Test & Configure'} + {status or f'Run Saved ✅ • ConnectTest & Configure'} """, unsafe_allow_html=True, ) @@ -1184,7 +1184,7 @@ def integration_test_config_screen( cancel = self.get_tab_url(MenuTabs.integrations) self.integration_connect_screen( "Configure your Copilot: Add a New Integration", - f'Run Saved ✅ ~ Connected ✅ ~ Test & Configure ✅', + f'Run Saved ✅ • Connected ✅ • Test & Configure ✅', ) with st.center(): if st.button("Return to Test & Configure"):