mirror of https://github.com/zulip/zulip.git
capitalization: Fix Stream Name.
This commit is contained in:
parent
fdb709d0b7
commit
3dd823b0af
|
@ -18,8 +18,8 @@
|
|||
<div class="add-new-default-stream-box grey-bg green-bg">
|
||||
<div class="new-default-stream-section-title">{{t "Add new default stream" }}</div>
|
||||
<div class="control-group" id="default_stream_inputs">
|
||||
<label for="default_stream_name" class="control-label">{{t "Stream Name" }}</label>
|
||||
<input class="create_default_stream" type="text" placeholder="{{t "Stream Name" }}" name="stream_name" autocomplete="off"></input>
|
||||
<label for="default_stream_name" class="control-label">{{t "Stream name" }}</label>
|
||||
<input class="create_default_stream" type="text" placeholder="{{t "Stream name" }}" name="stream_name" autocomplete="off"></input>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -9,7 +9,7 @@ subscribed to.
|
|||
{!admin.md!}
|
||||
|
||||
2. To add a new stream to **Default streams**, enter the name of the stream in the
|
||||
box next to **Stream Name**. Autocompletion suggestions will appear in a
|
||||
box next to **Stream name**. Autocompletion suggestions will appear in a
|
||||
dropdown as you type; select the stream name from the dropdown.
|
||||
|
||||
3. Once you select the stream name from the dropdown, the stream will appear in
|
||||
|
|
Loading…
Reference in New Issue