From d6d42a2e3135e15c62504f37479e3ab3d58bae3e Mon Sep 17 00:00:00 2001 From: Rishi Sheth Date: Mon, 2 Dec 2024 16:30:29 -0800 Subject: [PATCH] fix translations --- src/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index dca6b31..b053ce5 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1,13 +1,13 @@ { "app": { - "name": "URL Builder App V3", - "short_description": "Generate Buttons from a list of URLs", - "long_description": "Generate Buttons from a list of URLs", + "name": "URL Builder App", + "short_description": "Generate Buttons from a JSON list of URLs", + "long_description": "Generate Buttons from a JSON list of URLs", "installation_instructions": "Use the install button", "parameters": { "uri_templates": { "label": "A JSON Array of URLs.", - "helpText": "See [our README](https://github.com/Ibotta/url_builder_app/blob/master/README.md) for more information." + "helpText": "See [our README](https://github.com/Ibotta/url_builder_app/blob/main/README.md) for more information." } } },