From 8139b767546162ec33299f3329fb16e26a0215d7 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Mon, 3 Jun 2024 21:38:21 +0530 Subject: [PATCH] [req-changes] Flagged strings as translatable --- openwisp_controller/subnet_division/rule_types/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwisp_controller/subnet_division/rule_types/base.py b/openwisp_controller/subnet_division/rule_types/base.py index 70cb8966f..05de9b7cd 100644 --- a/openwisp_controller/subnet_division/rule_types/base.py +++ b/openwisp_controller/subnet_division/rule_types/base.py @@ -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.' ),