Skip to content

Commit

Permalink
Merge pull request #2921 from phillxnet/2916-Normalise-on-'Rockstor'-…
Browse files Browse the repository at this point in the history
…capitalization

Normalise on 'Rockstor' capitalization #2916
  • Loading branch information
phillxnet authored Oct 31, 2024
2 parents 1c6cd2e + 1d0b4e4 commit e88854b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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

0 comments on commit e88854b

Please sign in to comment.