Skip to content

Commit

Permalink
fix: adding error for DHCP overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Feb 20, 2025
1 parent dcdfc01 commit 057b991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@
"duplicate_suppression": "Suppression already exists",
"invalid_old_password": "Old password is incorrect",
"key_already_exists": "Key already exists",
"key_invalid_format": "Invalid key format"
"key_invalid_format": "Invalid key format",
"dhcp_range_cannot_contain_interface": "DHCP range overlaps with firewall interface"
},
"ne_text_input": {
"show_password": "Show password",
Expand Down

0 comments on commit 057b991

Please sign in to comment.