mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Fix capitalization mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
41e8872b0f
commit
544bbd5398
@@ -70,14 +70,14 @@
|
||||
<br />
|
||||
|
||||
<div class="row2">
|
||||
<label for="URL"><b>URL</b> (Automatically Generated)</label>
|
||||
<label for="URL"><b>URL</b> (automatically generated)</label>
|
||||
<input id="URL" type="text" />
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="row3">
|
||||
<label for="custom_http_headers"><b>Custom HTTP Headers</b></label>
|
||||
<label for="custom_http_headers"><b>Custom HTTP headers</b></label>
|
||||
<textarea id="custom_http_headers"></textarea>
|
||||
</div>
|
||||
|
||||
@@ -86,12 +86,12 @@
|
||||
<div class="row4">
|
||||
<div class="col1">
|
||||
<div class="inline">
|
||||
<label for="fixture_body"><b>Fixture Body</b></label>
|
||||
<label for="fixture_body"><b>Fixture body</b></label>
|
||||
<span id="results_notice"></span>
|
||||
</div>
|
||||
<textarea id="fixture_body"></textarea>
|
||||
<div class="buttons">
|
||||
<button id="send_all_fixtures_button">Send All</button>
|
||||
<button id="send_all_fixtures_button">Send all</button>
|
||||
<button id="send_fixture_button">Send!</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user