diff --git a/app/views/addresses/index.html.slim b/app/views/addresses/index.html.slim
index 4c27e9b..c5e550d 100644
--- a/app/views/addresses/index.html.slim
+++ b/app/views/addresses/index.html.slim
@@ -5,7 +5,7 @@ h1 =t '.title', :default => model_class.model_name.human.pluralize.titleize
form.navbar-form role="search" action="#{addresses_path}" method="get"
.input-group
- input.form-control type="text" placeholder="Go to bitcoin address..." name="bitcoin_address"
+ input.form-control type="text" placeholder="Go to HOdlcoin address..." name="bitcoin_address"
span.input-group-btn
button.btn.btn-default type="submit"
span.fa.fa-search aria-hidden="true"