diff --git a/resources/static/dialog/views/set_password.ejs b/resources/static/dialog/views/set_password.ejs
index bdc85b723db7453a30aeb8d591067aa6804f41d9..87bc118de6dc64a0b61be3a84e7295bdb2b0631c 100644
--- a/resources/static/dialog/views/set_password.ejs
+++ b/resources/static/dialog/views/set_password.ejs
@@ -16,7 +16,6 @@
 
 
           <li>
-
               <% if (password_reset) { %>
                 <label for="password"><%= format(gettext("Create a new password to use with %s."), ["Persona"]) %></label>
               <% } else { %>
@@ -55,7 +54,7 @@
 
       <p class="submit cf buttonrow">
           <button id="<%= password_reset ? "password_reset" : "verify_user" %>">
-            <%= password_reset ? gettext('reset password') : gettext('done') %>
+            <%= (password_reset ? gettext('reset password') : gettext('done')) %>
           </button>
 
           <% if(cancelable) { %>