From eb9de0363cb273b54d3f5402bbf4e3bc03c60971 Mon Sep 17 00:00:00 2001 From: Namorzyny Date: Tue, 12 Oct 2021 10:57:23 +0800 Subject: Sync Web/API/Document/createTextNode, zh-CN (#2687) * Update index.html Remove confusing text on the buttons, examples which contain the content of personal preference should not be shown. * remove confusing text in the example --- files/zh-cn/web/api/document/createtextnode/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/api/document/createtextnode/index.html b/files/zh-cn/web/api/document/createtextnode/index.html index 82ccfc772a..9cebfd0d02 100644 --- a/files/zh-cn/web/api/document/createtextnode/index.html +++ b/files/zh-cn/web/api/document/createtextnode/index.html @@ -32,10 +32,9 @@ translation_of: Web/API/Document/createTextNode </head> <body> - <button value="好耶!">好耶!</button> - <button value="坏耶!">坏耶!</button> - <button value="Rikka! ">Rikka!</button> - <button value="日卡卡!">日卡卡!</button> + <button value="YES! ">YES! </button> + <button value="NO! ">NO! </button> + <button value="WE CAN! ">WE CAN! </button> <hr /> -- cgit v1.2.3-54-g00ecf