Skip to content

Commit

Permalink
Remove 'beta' and 'advanced' from the json editor string
Browse files Browse the repository at this point in the history
I wanted to add a better editor...but this is good enough for now
  • Loading branch information
TrianguloY committed Sep 26, 2024
1 parent 9441b14 commit ea1c189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Hay algunos enlaces cuyo único propósito es redirigirte a otro enlace. Si el e
<!--
json
-->
<string name="json_desc">[Funcionalidad beta] Este es un editor avanzado, el contenido debe ser JSON válido. Puedes pulsar el botón de arriba a la derecha para formatearlo y validarlo.</string>
<string name="json_edit">Editor avanzado</string>
<string name="json_desc">Editor Json: el contenido debe ser Json válido. Puedes pulsar el botón de arriba a la derecha para formatearlo y validarlo.</string>
<string name="json_edit">Editor Json</string>
<!--
shortcuts
-->
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Hope you find the app useful! And don't hesitate to suggest features, report bug
<!--
json
-->
<string name="json_desc">[Beta feature] This is an advanced editor, the content must be formatted into valid JSON. You can press the top-right button to format and validate it.</string>
<string name="json_edit">Advanced editor</string>
<string name="json_desc">Json editor: the content must be formatted into valid JSON. You can press the top-right button to format and validate it.</string>
<string name="json_edit">Json editor</string>
<!--
shortcuts
-->
Expand Down

0 comments on commit ea1c189

Please sign in to comment.