Skip to content

Commit

Permalink
Azure databases: fix title
Browse files Browse the repository at this point in the history
CMK-18355

Change-Id: I0c66b6c42aaddacae652dc883deffe99205a9197
  • Loading branch information
mo-ki committed Jan 16, 2025
1 parent 3f6a016 commit bb1cb8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def _parameter_valuespec_connections():
rulespec_registry.register(
CheckParameterRulespecWithItem(
check_group_name="database_connections",
item_spec=lambda: TextInput(title=_("Database connections")),
item_spec=lambda: TextInput(title=_("Database")),
group=RulespecGroupCheckParametersApplications,
parameter_valuespec=_parameter_valuespec_connections,
title=lambda: _("Database connections"),
title=lambda: _("Azure database connections"),
)
)

0 comments on commit bb1cb8f

Please sign in to comment.