diff --git a/dnsapi/dns_tencent.sh b/dnsapi/dns_tencent.sh index 2f8d3b67..426322a2 100644 --- a/dnsapi/dns_tencent.sh +++ b/dnsapi/dns_tencent.sh @@ -14,7 +14,7 @@ dns_tencent_add() { if [ -z "$Tencent_SecretId" ] || [ -z "$Tencent_SecretKey" ]; then Tencent_SecretId="" Tencent_SecretKey="" - _err "You don't specify tencent api SecretId and SecretKey yet." + _err "You don't specify tencent api Tencent_SecretId and Tencent_SecretKey yet." return 1 fi