Skip to content

Commit

Permalink
[req-changes] Flagged strings as translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jun 3, 2024
1 parent 7f606f4 commit 8139b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwisp_controller/subnet_division/rule_types/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ def create_subnets(config, division_rule, max_subnet, generated_indexes):
target=config.device,
action_object=master_subnet,
level='error',
message=(
message=_(
'Failed to provision subnets for'
' [{notification.target}]({notification.target_link})'
),
description=(
description=_(
'The [{notification.action_object}]({notification.action_link})'
' subnet has run out of space.'
),
Expand Down

0 comments on commit 8139b76

Please sign in to comment.