Skip to content

Commit 78b4a91

Browse files
Yashika0724mn-ram
authored andcommitted
[fix] Correct typo in update_strategy validation error
Signed-off-by: Yashika0724 <ssyashika1311@gmail.com>
1 parent d60ec13 commit 78b4a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openwisp_controller/connection/base/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def clean(self):
302302
except KeyError as e:
303303
raise ValidationError(
304304
{
305-
"update_stragy": _(
305+
"update_strategy": _(
306306
"could not determine update strategy "
307307
" automatically, exception: {0}".format(e)
308308
)

0 commit comments

Comments
 (0)