Skip to content

Commit

Permalink
chore(www): fix END_OF_LINK placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Mar 8, 2024
1 parent a0b0ac1 commit 49b2237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"contact_view_exit_connection": {
"description": "Message shown to users who are trying to contact support about an unsupported issue.",
"message": "The Outline team is not able to assist with connecting to a server. Please try the troubleshooting steps listed $START_OF_LINK$hereEND_OF_LINK and then contact the person who gave you the access key to troubleshoot this issue.",
"message": "The Outline team is not able to assist with connecting to a server. Please try the troubleshooting steps listed $START_OF_LINK$here$END_OF_LINK$ and then contact the person who gave you the access key to troubleshoot this issue.",
"placeholders": {
"END_OF_LINK": {
"content": "{closeLink}"
Expand All @@ -89,7 +89,7 @@
},
"contact_view_exit_no_server": {
"description": "Message shown to users who are trying to contact support about an unsupported issue.",
"message": "The Outline team does not distribute free or paid access keys. $START_OF_LINK$Learn more about how to get an access key.END_OF_LINK",
"message": "The Outline team does not distribute free or paid access keys. $START_OF_LINK$Learn more about how to get an access key.$END_OF_LINK$",
"placeholders": {
"END_OF_LINK": {
"content": "{closeLink}"
Expand Down

0 comments on commit 49b2237

Please sign in to comment.