diff --git a/application/controllers/Options.php b/application/controllers/Options.php
index fc91612fa..2ecd8eed1 100644
--- a/application/controllers/Options.php
+++ b/application/controllers/Options.php
@@ -117,7 +117,7 @@ class Options extends CI_Controller {
if($public_maps_update_status == TRUE) {
$this->session->set_flashdata('success', __("Options saved"));
}
-
+
// Update public github button within the options system
$public_github_button_update_status = $this->optionslib->update('public_github_button', $this->input->post('publicGithubButton'), 'yes');
diff --git a/application/views/options/appearance.php b/application/views/options/appearance.php
index 78f31e5ba..e05dfc9f8 100644
--- a/application/views/options/appearance.php
+++ b/application/views/options/appearance.php
@@ -109,7 +109,7 @@
- = __("This enables the button to login to Wavelog in the public/vistors view"); ?>
+ = __("This enables the button to login to Wavelog in the public view"); ?>