From 2f9a887a1b22e9b94ac38914526c95dae7d6a722 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 24 Jun 2020 11:03:20 +0200 Subject: [PATCH] dns/dyndns: style and naming --- dns/dyndns/src/etc/inc/plugins.inc.d/dyndns.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns.inc b/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns.inc index 68b129280..182091996 100644 --- a/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns.inc +++ b/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns.inc @@ -102,8 +102,8 @@ function dyndns_list() 'citynetwork' => 'City Network', 'cloudflare' => 'Cloudflare', 'cloudflare-v6' => 'Cloudflare (v6)', - 'cloudflare-token' => 'Cloudflare w/API token', - 'cloudflare-token-v6' => 'Cloudflare w/API token (v6)', + 'cloudflare-token' => 'Cloudflare API token', + 'cloudflare-token-v6' => 'Cloudflare API token (v6)', 'custom' => 'Custom', 'custom-v6' => 'Custom (v6)', 'dhs' => 'DHS',