reinstate the 'exited' metric. fixes #653

This commit is contained in:
Danny Coates 2018-01-19 15:07:05 -08:00
parent 39bfe6d2cb
commit f7dc86ab2b
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 10 additions and 27 deletions

View file

@ -21,7 +21,7 @@ function passwordComplete(state, password) {
<input type="submit"
id="unlock-reset-btn"
class="btn btn-hidden"
value="Reset Password"/>
value="${state.translate('changePasswordButton')}"/>
</form>
</div>`
]);