diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php
index c24695a5..dace903c 100644
--- a/application/controllers/Awards.php
+++ b/application/controllers/Awards.php
@@ -344,7 +344,7 @@ class Awards extends CI_Controller {
$data['was_summary'] = $this->was->get_was_summary($bands);
// Render Page
- $data['page_title'] = "Awards - WAS (Worked all states)";
+ $data['page_title'] = "Awards - WAS (Worked All States)";
$this->load->view('interface_assets/header', $data);
$this->load->view('awards/was/index');
$this->load->view('interface_assets/footer');
diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php
index 85a5e8af..ccb1d5c0 100644
--- a/application/views/accumulate/index.php
+++ b/application/views/accumulate/index.php
@@ -45,19 +45,19 @@
diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php
index 01882037..fcb23868 100644
--- a/application/views/awards/dxcc/index.php
+++ b/application/views/awards/dxcc/index.php
@@ -10,7 +10,7 @@
@@ -116,7 +116,7 @@
| # |
- DXCCName |
+ DXCC Name |
Prefix | ';
if ($this->input->post('includedeleted') || $this->input->method() !== 'post')
echo '
diff --git a/application/views/awards/iota/index.php b/application/views/awards/iota/index.php
index 9b859eb4..e541a8c3 100644
--- a/application/views/awards/iota/index.php
+++ b/application/views/awards/iota/index.php
@@ -11,7 +11,7 @@
@@ -104,7 +104,7 @@
| # |
- Iota |
+ IOTA |
Prefix |
Name | ';
if ($this->input->post('includedeleted') || $this->input->method() !== 'post')
@@ -162,4 +162,4 @@
echo '';
}
?>
-
\ No newline at end of file
+
diff --git a/application/views/dayswithqso/index.php b/application/views/dayswithqso/index.php
index 488a5ddf..43a76bc3 100644
--- a/application/views/dayswithqso/index.php
+++ b/application/views/dayswithqso/index.php
@@ -49,7 +49,7 @@
echo '';
echo '';
- echo '| Streak (Continues days with QSOs) | ';
+ echo 'Streak (continuous days with QSOs) | ';
echo 'Begin date | ';
echo 'End date | ';
echo '
';
@@ -77,7 +77,7 @@
echo '';
echo '';
- echo '| Current Streak (Continues days with QSOs) | ';
+ echo 'Current streak (continuous days with QSOs) | ';
echo 'Begin date | ';
echo 'End date | ';
echo '
';
@@ -94,12 +94,12 @@
}
elseif (is_array($almostcurrentstreak)) {
?>
- If you make a QSO today, you can continue to extend your streak, else your current streak will be broken!
+ If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!
';
-}
\ No newline at end of file
+}