Skip to content

Commit

Permalink
fix(client-interaction): fix on strings
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanna committed Jul 7, 2021
1 parent d4dfeb6 commit b9b81e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions interaction/app/default/src/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1395,27 +1395,27 @@
"id": "META.VARIABLES.APP.MINIMIZE_ON_LINK",
"values": {
"de": {
"value": "On Mobile, Minimize chat on Link's Click",
"value": "On mobile web sites, minimize the chat when a link is clicked.",
"state": "new"
},
"en": {
"value": "On Mobile, Minimize chat on Link's Click",
"value": "On mobile web sites, minimize the chat when a link is clicked.",
"state": "final"
},
"es": {
"value": "On Mobile, Minimize chat on Link's Click",
"value": "On mobile web sites, minimize the chat when a link is clicked.",
"state": "new"
},
"fr": {
"value": "On Mobile, Minimize chat on Link's Click",
"value": "On mobile web sites, minimize the chat when a link is clicked.",
"state": "new"
},
"it": {
"value": "Minimizza la chat quando si clicca su un link da dispositivo Mobile",
"value": "Su portali Web Mobile, Minimizza la chat quando si clicca su un link.",
"state": "final"
},
"ja": {
"value": "On Mobile, Minimize chat on Link's Click",
"value": "On mobile web sites, minimize the chat when a link is clicked.",
"state": "new"
}
}
Expand Down

0 comments on commit b9b81e8

Please sign in to comment.