Skip to content

Commit

Permalink
fix(www): add the alternative access key Wiki link message to the tra…
Browse files Browse the repository at this point in the history
…nslation pipeline
  • Loading branch information
sbruens committed Apr 2, 2024
1 parent 41a9721 commit 15480aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,24 @@
}
}
},
"server_create_your_own_zero_state_access": {
"description": "When the user has not yet added a server to the application, the main page shows this message at the bottom.",
"message": "Don’t have a server?$NEW_LINE$Create your own at $START_OF_LINK$our website$END_OF_LINK$ or$NEW_LINE$request an $START_OF_LINK2$access key$END_OF_LINK$.",
"placeholders": {
"END_OF_LINK": {
"content": "{closeLink}"
},
"NEW_LINE": {
"content": "<br>"
},
"START_OF_LINK": {
"content": "{openLink}"
},
"START_OF_LINK2": {
"content": "{openLink2}"
}
}
},
"server_default_name": {
"description": "This is the default name for an added server when the type or name is not specified by the access key.",
"message": "Proxy Server"
Expand Down

0 comments on commit 15480aa

Please sign in to comment.