# Add overridable view landing page button text per funding round

## Problem

The "View \[Funding Round Term]" button on the applicant dashboard always uses the organisation's default funding round terminology. Some organisations need different button text for specific rounds to better describe what the applicant is viewing.

## How it works

Each funding round now has an optional `view_landing_page_button_text` field. When set, this text replaces the default "View \[Funding Round Term]" label on the applicant dashboard round card.

* **Default behaviour**: If no custom text is set, the button continues to display "View \[Funding Round Term]" using the organisation's terminology.
* **Custom text**: When a value is provided, it is used as the button label instead.

The custom text can be set via the Rails console:

```ruby
funding_round.update(view_landing_page_button_text: "Custom Button Text")
```


---

# 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://help.tahua.io/product-news/2026/april/add-overridable-view-landing-page-button-text-per-funding-round.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.
