Skip to content

Commit

Permalink
feat: Renamed "New Account" option to "Additional Account" to avoid c…
Browse files Browse the repository at this point in the history
…onfusion
  • Loading branch information
BottlecapDave committed Feb 4, 2025
1 parent 3376903 commit 59e1093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/octopus_energy/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59e1093

Please sign in to comment.