Skip to content

Commit cb1f344

Browse files
authored
Merge branch 'master' into fix/get-common-name-device-mutation
2 parents 8fa9914 + 8cf6733 commit cb1f344

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)