Skip to content

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
physik932 committed Dec 3, 2024
1 parent 3d2e69a commit d6d42a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/translations/en.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
},
Expand Down

0 comments on commit d6d42a2

Please sign in to comment.