Skip to content

Commit

Permalink
fix typos in info text of ui-microphone node (node-red#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyasuNishiyama committed Apr 26, 2021
1 parent 6f21ecd commit 3ebe2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions node-red-node-ui-microphone/locales/en-US/ui_microphone.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h3>Details</h3>
<p>Speech recognition is performed and the recognized text
is sent as payload value.<p>
<p>If <b>Interim Results</b> is checked, the node sends
interim results as words are recognised. Wehn complete, the <code>done</code>
property is set to <code>true</code>. If the result is interim it will be set to <code>false</code>.</p>
interim results as words are recognised. When complete, the <code>done</code>
property is set to <code>true</code>. If the result is interim, it will be set to <code>false</code>.</p>
<p>Note: This mode needs internet access for operation and
only works on browsers that supports SpeechRecognition
feature of Web Speech API (e.g. Chrome). Mode selector is
Expand Down
2 changes: 1 addition & 1 deletion node-red-node-ui-microphone/locales/ja/ui_microphone.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>詳細</h3>
<dt>音声認識モード</dt>
<dd>
<p>音声認識を行い、結果をペイロード値として送信します。<p>
<p><b>中間結果</b>」がチェックされている場合、中間結果も送信します。この際、中間認識結果に対しては<code>done</code>属性を<code>true</code>、それ以外は<code>false</code>に設定します。</p>
<p><b>中間結果</b>」がチェックされている場合、中間結果も送信します。この際、中間認識結果に対しては<code>done</code>属性を<code>false</code>、それ以外は<code>true</code>に設定します。</p>
<p>注: このモードの動作にはインターネットアクセスを必要とします。また、Web Speech APIのSpeechRecognition機能をサポートしたブラウザ(e.g. Chrome)でのみ動作します。SpeechRecognition機能がサポートされていない場合、モード選択は無効化されます。</p>
</dd>
</dl>
Expand Down

0 comments on commit 3ebe2e1

Please sign in to comment.