capitalization: Fix Stream Name.

This commit is contained in:
Umair Khan 2017-03-08 17:50:25 +05:00 committed by Tim Abbott
parent fdb709d0b7
commit 3dd823b0af
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
<div class="add-new-default-stream-box grey-bg green-bg"> <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="new-default-stream-section-title">{{t "Add new default stream" }}</div>
<div class="control-group" id="default_stream_inputs"> <div class="control-group" id="default_stream_inputs">
<label for="default_stream_name" class="control-label">{{t "Stream Name" }}</label> <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> <input class="create_default_stream" type="text" placeholder="{{t "Stream name" }}" name="stream_name" autocomplete="off"></input>
</div> </div>
</div> </div>
</form> </form>

View File

@ -9,7 +9,7 @@ subscribed to.
{!admin.md!} {!admin.md!}
2. To add a new stream to **Default streams**, enter the name of the stream in the 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. 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 3. Once you select the stream name from the dropdown, the stream will appear in