Skip to content

Commit

Permalink
front: fix wrong texts in save buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvazqu3z committed Nov 30, 2022
1 parent 91cd84c commit 6e390e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"remove": "Remove",
"removeMessage": "Remove environment: {{name}}",
"removeWarning": "This action cannot be undone",
"save": "Remove"
"save": "Save"
},
"environmentCreated": "Environment created: {{name}}",
"environmentModified": "Environment updated: {{name}}",
Expand Down Expand Up @@ -350,7 +350,7 @@
"remove": "Remove",
"removeMessage": "Remove resolution: {{width}}x{{height}}",
"removeWarning": "This action cannot be undone",
"save": "Remove"
"save": "Save"
},
"resolutionCreated": "Resolution created: {{width}}x{{height}}",
"resolutionModified": "Resolution updated: {{width}}x{{height}}",
Expand Down

0 comments on commit 6e390e5

Please sign in to comment.