diff --git a/custom_components/octopus_energy/config_flow.py b/custom_components/octopus_energy/config_flow.py index a988ad29..529cb490 100644 --- a/custom_components/octopus_energy/config_flow.py +++ b/custom_components/octopus_energy/config_flow.py @@ -518,7 +518,7 @@ async def async_step_choice(self, user_input): """Setup choice menu""" return self.async_show_menu( step_id="choice", menu_options={ - "account": "New Account", + "account": "Additional Account", "target_rate_account": "Target Rate", "rolling_target_rate_account": "Rolling Target Rate", "cost_tracker_account": "Cost Tracker",