From a19f7854ca494a78c27c131cb2362bfd6ae93b13 Mon Sep 17 00:00:00 2001 From: Ryazanov Alexander Mihailovich Date: Wed, 12 Feb 2025 13:32:47 +0300 Subject: [PATCH] fix: line length of descriptions --- dnsmasq/translations/en.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dnsmasq/translations/en.yaml b/dnsmasq/translations/en.yaml index f8902c9472e..25cbcd61a27 100644 --- a/dnsmasq/translations/en.yaml +++ b/dnsmasq/translations/en.yaml @@ -24,11 +24,13 @@ configuration: filter_a: name: Filter A records description: >- - Do not respond with A (IPv4) records obtained from upstream resolver(s). + Do not respond with A (IPv4) records obtained from + upstream resolver(s). filter_aaaa: name: Filter AAAA records description: >- - Do not respond with AAAA (IPv6) records obtained from upstream resolver(s). + Do not respond with AAAA (IPv6) records obtained from + upstream resolver(s). network: 53/tcp: TCP port for DNS requests. 53/udp: UDP port for DNS requests.