# How can I customise Wishlist Text & Translations?

You can customise the text shown in the Wishlist, including button labels, messages, and callouts, to match your brand voice or translate it into another language.

### Where to Update Translations

Translations can be updated directly in the **Swish app** via the:

> **Swish App > Settings > Code Editor > Translations**

This editor allows you to control all Wishlist-related UI copy using a structured JSON object.\
\
&#x20;![](/files/X4Myf4i9nH7RGYoL9IVk)\
\
Once updated and saved, your changes will appear instantly on the storefront wherever the wishlist is used.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.swish.app/how-can-i-customise-wishlist-text-and-translations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
