# Can't customize text on custom button in template override using UI

**URL:** https://meta.discourse.org/t/cant-customize-text-on-custom-button-in-template-override-using-ui/223663
**Category:** Support
**Created:** [April 7, 2022, 8:10pm UTC](https://meta.discourse.org/t/cant-customize-text-on-custom-button-in-template-override-using-ui/223663 "2022-04-07T20:10:53Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![jimkleiber](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jimkleiber/32/121814_2.png) [@jimkleiber](https://meta.discourse.org/u/jimkleiber)
#### Post date: [April 8, 2022, 6:03pm UTC](https://meta.discourse.org/t/cant-customize-text-on-custom-button-in-template-override-using-ui/223663/3 "2022-04-08T18:03:30Z")

</div>

Ah, I forgot to add that I did the template override in a new theme component that I created in the Admin menu, not in a separate git repo.

I tried doing it as such, by adding the `theme-prefix` in the label:

> [@Add localizable strings to themes and theme components](https://meta.discourse.org/t/add-localizable-strings-to-themes-and-theme-components/109867/1):
>
> Or, if you need to pass the translation key into another component, you can use the `theme-prefix` helper:
> 
> ```plaintext
> {{d-button label=(theme-prefix 'my_translation_key')}}
> 
> ```

…but it didn’t seem to work.

Is it possible to add locales/custom text in a theme/component created in the admin page without having to create a git repo?

---

_[View the full topic](https://meta.discourse.org/t/cant-customize-text-on-custom-button-in-template-override-using-ui/223663)._
