Developer Function: Server Script: elements.LabelText
## Overview
Change the name displayed of buttons and menus using "[Server Script](/en/manual/table-management-server-script)".
## Limitations
1. You can change the name displayed of the buttons added in the "Navigation Menu" at the top of the screen, the "Command Buttons" at the bottom of the screen, and the "[Process](/en/manual/advanced-operations-process)".
1. This cannot be applied to the back button.
## Syntax
```
elements.LabelText(key, labelText)
```
## Parameter
|Parameter|Type|Required|Overview|
|:----------|:----------|:---:|:---------------------------|
|key|string|Yes|HTML ID attribute|
|labelText|string|Yes|Character string|
## Return Value
There is no return value.
## Usage Example
In the example below, we will change the name displayed of the update button to "Update".
##### JavaScript
```
elements.LabelText('UpdateCommand','Update');
```
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/advanced-operations-process">Advanced Operation: Process and Control by Status</a><span>10.01.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />