Skip to content

Commit

Permalink
feat:add external link to empty main page in english
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed Oct 19, 2022
1 parent 16104ca commit 323d9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/www/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"server-added": "Added server “{serverName}”!",
"server-connected": "Connected to “{serverName}”",
"server-create-your-own": "Don’t have an access key?<br>Create your own at {openLink}our website{closeLink}.",
"server-create-your-own-zero-state": "Don’t have a server?<br>Create your own at {openLink}our website{closeLink}.",
"server-create-your-own-zero-state": "Don’t have a server?<br>Create your own at {openLink}our website{closeLink} or<br>request an {openLink2}access key{closeLink}.",
"server-default-name": "Proxy Server",
"server-default-name-outline": "Outline Server",
"server-detected": "Please confirm that you want to add this server.",
Expand Down
2 changes: 1 addition & 1 deletion src/www/views/servers_view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Polymer({
</div>
<div
class="footer subtle"
inner-h-t-m-l="[[localize('server-create-your-own-zero-state', 'breakLine', '<br/>', 'openLink', '<a href=https://s3.amazonaws.com/outline-vpn/index.html>', 'closeLink', '</a>')]]"
inner-h-t-m-l="[[localize('server-create-your-own-zero-state', 'breakLine', '<br/>', 'openLink', '<a href=https://s3.amazonaws.com/outline-vpn/index.html>', 'openLink2', '<a href=https://www.reddit.com/r/outlinevpn/wiki/index/TODO>', 'closeLink', '</a>')]]"
></div>
</div>
<user-comms-dialog
Expand Down

0 comments on commit 323d9b9

Please sign in to comment.