Skip to content

Commit

Permalink
Minor formatting change on OAuth page
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfire84 committed Jan 31, 2020
1 parent 4b67ac9 commit 4f49f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/views/pages/oauth.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<% if (user) { %>
<p>Click <em>Authorise</em> to allow <%= application.title %> permission to control your devices.</p>
<% } else { %>
<p>Please sign-in using your <a href='/'><span translate="no"><%= brand %></span></a> account</p>
<p>Please sign-in using your <a href='/'><span translate="no"><%= brand %></span></a> account.</p>
<p>By linking your account you are giving <%= application.title %> permission to control your devices.</p>
<% } %>
<div>
Expand Down

0 comments on commit 4f49f45

Please sign in to comment.