You can easily customize the label of input, you can change it in this line of code:
```handlebars
<input type="submit" value="Submit" class="inline-block min-w-[127px] px-[13px] py-[6px] rounded-[6px] cursor-pointer transform hover:scale-[0.95] duration-300 will-change-transform">
```