diff options
author | Namorzyny <namorzyny@gmail.com> | 2021-10-12 10:57:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 10:57:23 +0800 |
commit | eb9de0363cb273b54d3f5402bbf4e3bc03c60971 (patch) | |
tree | 2c16470032130a63586c8034755aaaa9983c97ba /files | |
parent | 7f65d66e96ef62a815eabf8d9f4e916f68c55f15 (diff) | |
download | translated-content-eb9de0363cb273b54d3f5402bbf4e3bc03c60971.tar.gz translated-content-eb9de0363cb273b54d3f5402bbf4e3bc03c60971.tar.bz2 translated-content-eb9de0363cb273b54d3f5402bbf4e3bc03c60971.zip |
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
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/api/document/createtextnode/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
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 /> |