# How to change text and image loading on Kibana

**URL:** https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984
**Category:** Kibana
**Created:** [April 21, 2016, 2:36am UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984 "2016-04-21T02:36:11Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![BigFunger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bigfunger/32/7323_2.png) [@BigFunger](https://discuss.elastic.co/u/BigFunger)
#### Post date: [April 21, 2016, 7:52pm UTC](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984/2 "2016-04-21T19:52:35Z")

</div>

You want to change this file: `/src/ui/views/ui_app.jade`

Change the image [here](https://github.com/elastic/kibana/blob/4.5/src/ui/views/ui_app.jade#L16)  
Change the text [here](https://github.com/elastic/kibana/blob/4.5/src/ui/views/ui_app.jade#L30)

Once you've made your changes, if you are running from source pulled from github, you can start kibana by `./bin/kibana --dev` which will watch files for changes and should automatically re-optimize and show you the latest versions.

If you are running from a distribution, you need to delete the files from within the `optimize` folder for any changes that you made to the src folder to be included.

---

_[View the full topic](https://discuss.elastic.co/t/how-to-change-text-and-image-loading-on-kibana/47984)._
