From d0f6a7672f01c7fe087bd1a74df1c03abe995c8f Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 16 May 2026 17:49:12 +0200 Subject: [PATCH] Fix placeholder --- nftables/index.cgi | 2 +- nftables/lang/en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nftables/index.cgi b/nftables/index.cgi index 956b8391b..665e480c3 100755 --- a/nftables/index.cgi +++ b/nftables/index.cgi @@ -827,7 +827,7 @@ else { ui_textbox( "dst_addr", undef, - 32, + 33, undef, undef, "placeholder='".quote_escape($text{'quick_forward_addr'})."'" diff --git a/nftables/lang/en b/nftables/lang/en index 7d044b08d..731899a7d 100644 --- a/nftables/lang/en +++ b/nftables/lang/en @@ -69,7 +69,7 @@ quick_service_searchfail=Service lookup failed quick_forward_src=from port quick_forward_to=to quick_forward_dst=port -quick_forward_addr=destination IP, blank for this system +quick_forward_addr=destination IP or blank for this system quick_source_ports=source quick_allow_err=Failed to allow IP/CIDR quick_block_err=Failed to block IP/CIDR