# Bug in Search banner theme component

**URL:** https://meta.discourse.org/t/bug-in-search-banner-theme-component/175627
**Category:** Bug
**Created:** [January 9, 2021, 9:02pm UTC](https://meta.discourse.org/t/bug-in-search-banner-theme-component/175627 "2021-01-09T21:02:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hhlp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhlp/32/124988_2.png) [@hhlp](https://meta.discourse.org/u/hhlp)
#### Post date: [January 9, 2021, 9:02pm UTC](https://meta.discourse.org/t/bug-in-search-banner-theme-component/175627/1 "2021-01-09T21:02:17Z")

</div>

I’ve installed this plug-in:

> [@Advanced Search Banner](https://meta.discourse.org/t/search-banner-theme-component/122939):
>
> warning This theme component is deprecated and should no longer be used. Its features are now in Discourse Core — see our documentation for details on setting up a welcome banner: → [Creating a banner to display at the top of your site](https://meta.discourse.org/t/creating-a-banner-to-display-at-the-top-of-your-site/153718#p-762961-welcome-banner-1)discourse2Summary Advanced Search Banner puts a search bar along with optional headline and subhead text in a banner above the main topic list navigation.eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/search-banner)hammer_and_wrenchReposito…

and I’ve found the followgin Problem, it seems configuration is for _ADMIN_ and not for the **entire site** , every admin can configure the plug-in and have a diferent message.

Is a wheel of Fortune 🤷‍♂️

Admin 1 this is what I can see in admin panel:

 ![Captura de pantalla de 2021-01-09 21-19-16](https://global.discourse-cdn.com/meta/original/3X/0/9/09060b0526e1629e3e5e373de9043176c8aab533.png)

This is My Search:

 ![Captura de pantalla de 2021-01-09 15-42-19](https://global.discourse-cdn.com/meta/original/3X/2/f/2f60365ab7dd515e6b46286ebe1b64221a67ff9f.png)

Admin 2 this is what they see in admin panel:

 ![Captura de pantalla de 2021-01-09 21-46-08](https://global.discourse-cdn.com/meta/original/3X/e/3/e3c2426a1d2d2849ee700aad6f580f5b385c99aa.png)

This is their Search:

![Captura de pantalla de 2021-01-09 21-58-21](https://global.discourse-cdn.com/meta/original/3X/5/8/58ec5c39cd5eda5b29f672030b98cbf5233f880c.png)

# Conclusion

Every admin has different Message → Doesn’t match…

Also have the posibility to left the first header blank.

Regards.,

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [January 12, 2021, 12:00am UTC](https://meta.discourse.org/t/bug-in-search-banner-theme-component/175627/2 "2021-01-12T00:00:49Z")

</div>

> [@hhlp](#):
>
> it seems configuration is for _ADMIN_ and not for the **entire site** , every admin can configure the plug-in and have a diferent message.

I’m fairly sure that the problem you are running into is that the settings in the component’s Theme Translations section are per _locale_, not per admin. This means that if two admin users have selected different locales, they will not be translating the same text string. This can be very confusing when some users have the English locale selected and other users have the English (United States) locale selected.

Another thing that can add to the confusion is the `set locale from accept language header` setting is enabled on the site. When that setting is enabled, some users may have their locale set to English and other users have their locale set to English (United States) without being aware of it. It seems likely that this is what is happening on your site.

Since the English and the English (United States) locales are so similar, it seems that we should be doing something to prevent this type of issue.
