Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalise on 'Rockstor' capitalization #2916 #2921

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- appliances -->
<h3>RockStor Appliances that are known to this one</h3>
<h3>Rockstor Appliances that are known to this one</h3>
<div class="row">
<div class="col-md-12">
<table class="table table-bordered table-striped data-table" width="100%">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<h3>RockStor Setup</h3>
<h3>Rockstor Setup</h3>

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="form-group">
<label class="control-label" for="hostname">Appliance Hostname<span class="required"> *</span></label>
<div class="controls">
<input type="text" name="hostname" id="hostname" value="RockStor">
<input type="text" name="hostname" id="hostname" value="Rockstor">
</div>
</div>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{{else}}
<input class="checkbox-inline" type="checkbox" id="admin" name="admin" placeholder="Admin">
{{/if}}
Allow this user to login to RockStor Web UI?
Allow this user to login to the Rockstor Web-UI?
</label>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RockStor: Store Smartly {% block title %}{% endblock %}</title>
<title>Rockstor: Store Smartly {% block title %}{% endblock %}</title>
<link href="/static/storageadmin/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/storageadmin/css/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/static/storageadmin/img/favicon.ico">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RockStor | {% block title %}{% endblock %}</title>
<title>Rockstor | {% block title %}{% endblock %}</title>
<link href="/static/storageadmin/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/storageadmin/css/style.css" rel="stylesheet">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
-->
<meta charset="utf-8">
<title>RockStor: Store Smartly {% block title %}{% endblock %}</title>
<title>Rockstor: Store Smartly {% block title %}{% endblock %}</title>
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/css/style.css" rel="stylesheet">

Expand Down Expand Up @@ -49,7 +49,7 @@ <h2>Store Smartly.</h2>
</div>

<div class="span4">
Create a user to begin using RockStor.
Create a user to begin using Rockstor.
<form id="login_form" method="post" action="/user_create_login" name="aform" target="_top" class="form-horizontal">
<div id="login-box">
{% csrf_token %}
Expand Down