Skip to content

Commit

Permalink
chore(www): add meaning attribute to messages with updated placehol…
Browse files Browse the repository at this point in the history
…ders (#1934)

* chore(www): add `meaning` attribute to messages with mismatched number of placeholders

* Use a more specific meaning.
  • Loading branch information
sbruens authored and daniellacosse committed Apr 1, 2024
1 parent 9f6190a commit 68e75d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
},
"contact_view_exit_connection": {
"description": "Message shown to users who are trying to contact support about an unsupported issue.",
"meaning": "MsgID-20240319-UpdateWhenPlaceHolderChanged",
"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": {
Expand All @@ -89,6 +90,7 @@
},
"contact_view_exit_no_server": {
"description": "Message shown to users who are trying to contact support about an unsupported issue.",
"meaning": "MsgID-20240319-UpdateWhenPlaceHolderChanged",
"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": {
Expand Down

0 comments on commit 68e75d6

Please sign in to comment.