fix: typos in some rule-action's descriptions

This commit is contained in:
Shawn 2023-02-08 13:49:35 +08:00
parent a04cfbab9b
commit f7e6783402
1 changed files with 8 additions and 8 deletions

View File

@ -111,11 +111,11 @@
zh => <<"桥接挂载点"/utf8>>}, zh => <<"桥接挂载点"/utf8>>},
description => #{ description => #{
en => <<"MountPoint for bridge topic:<br/>" en => <<"MountPoint for bridge topic:<br/>"
"Example: The topic of messages sent to `topic1` on local node " "Example: The topic of messages sent to <code>topic1</code> on local node "
"will be transformed to `bridge/aws/${node}/topic1`">>, "will be transformed to <code>bridge/aws/${node}/topic1</code>">>,
zh => <<"桥接主题的挂载点:<br/>" zh => <<"桥接主题的挂载点:<br/>"
"示例: 本地节点向 `topic1` 发消息,远程桥接节点的主题" "示例: 本地节点向 <code>topic1</code> 发消息,远程桥接节点的主题"
"会变换为 `bridge/aws/${node}/topic1`"/utf8>> "会变换为 <code>bridge/aws/${node}/topic1</code>"/utf8>>
} }
}, },
disk_cache => #{ disk_cache => #{
@ -280,11 +280,11 @@
title => #{en => <<"Bridge MountPoint">>, title => #{en => <<"Bridge MountPoint">>,
zh => <<"桥接挂载点"/utf8>>}, zh => <<"桥接挂载点"/utf8>>},
description => #{en => <<"MountPoint for bridge topic<br/>" description => #{en => <<"MountPoint for bridge topic<br/>"
"Example: The topic of messages sent to `topic1` on local node " "Example: The topic of messages sent to <code>topic1</code> on local node "
"will be transformed to `bridge/aws/${node}/topic1`">>, "will be transformed to <code>bridge/emqx/${node}/topic1</code>">>,
zh => <<"桥接主题的挂载点<br/>" zh => <<"桥接主题的挂载点<br/>"
"示例: 本地节点向 `topic1` 发消息,远程桥接节点的主题" "示例: 本地节点向 <code>topic1</code> 发消息,远程桥接节点的主题"
"会变换为 `bridge/aws/${node}/topic1`"/utf8>>} "会变换为 <code>bridge/emqx/${node}/topic1</code>"/utf8>>}
}, },
pool_size => #{ pool_size => #{
order => 3, order => 3,