Skip to content

Commit 8cf6733

Browse files
Yashika0724nemesifier
authored andcommitted
[fix] Correct typo in update_strategy validation error
Signed-off-by: Yashika0724 <ssyashika1311@gmail.com>
1 parent f3c99c4 commit 8cf6733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)