# 11. Customize Labels

{% hint style="info" %}
NOTE: The SlapFive Salesforce App is a *Managed Package*, which means you can't change text labels the normal way, you do it by using the Translation Workbench.&#x20;

Make sure Translation Workbench is enabled and that English is a Supported Language by going to **Setup > User Interface > Translation Workbench > Translation Language Settings**.

Also note that Salesforce stores labels in your browser cache, so you may need to clear your cache for certain label changes to be reflected on your device.
{% endhint %}

Look for the number above or below the label you want to change, and scroll down to that numbered section below to make the changes.

![](/files/izx74kDpOBWRwoq0aObK)

### 1. Primary navigation tabs

Go to **Setup** > **User Interface** > **Translation Workbench > Override**.

In the **Package** dropdown, select **SlapFive App**.

In the **Language** dropdown, select **English**.

In the **Setup Component** dropdown, select **Web Tab**.&#x20;

To change the **SlapFive Customer Influence** tab or the **SlapFive Reference Content and Customers** tab, double click in the empty space in that row under the **Custom Tab Label Override** column, enter your desired label, and click **Save**.

### 2. Components and buttons

Go to **Setup** > **User Interface** > **Custom Labels**.

Use the table below to look up the Text Label you're looking to change and find the corresponding Name.

| Text Label                               | Name                      |
| ---------------------------------------- | ------------------------- |
| Customer Case Studies & References       | CUS CASE STUDIES AND REF  |
| View Case Studies                        | BUTTON VIEW CASES         |
| Request References                       | BUTTON REQUEST REFERENCES |
| Nominate Customer                        | BUTTON NOMINATE CUSTOMER  |
| Case Study                               | CASE STUDY                |
| SlapFive Reference Content and Customers | SLAPFIVE OBJECT REF       |

In the list of Custom Labels, click the **Name** you looked up from the table above.

In the list of Local Translations / Overrides, click the **New Local Translations / Overrides** button.

In the **Language** dropdown, select **English**.

In the Translation Text field, enter your desired label and click **Save**.

If you don't see the changed label right away, you may need to clear your browser cache.

### 3. Page Layout tabs

From the **Setup** menu, select **Edit Page**.

Click on the tab you want to change and the tabs appear in the right sidebar. Click the tab name, change the name in the **Tab Label** field, and click **Done**.

**Save** the page.

### 4. Related lists

Go to **Setup** > **User Interface** > **Rename Tabs & Labels**.

Scroll down to the **Custom Tabs** section.

Edit the SlapFive custom object and change both the **Singular** and **Plural** labels.

### 5. Embedded list tabs

Go to **Setup** > **Custom Code** > **Custom Metadata Types.**

Find **SlapFive Object Reference** in the list and click on **Manage Records.**

Click on the label of the embedded list tab you want to change, uncheck the **Active** field, and click the **Clone** button to copy this record.&#x20;

In the **Label** field of the new record, type your desired text, check the **Active** field, and click **Save**.


---

# 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.slapfive.com/integrations/salesforce/slapfive-app-spring-2024-4.0-and-earlier-versions/11.-customize-labels.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.
