Skip to content

Commit

Permalink
This looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Mar 30, 2019
1 parent b20865c commit 52b1d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UserProfile.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Hello, {$profile.name}!</h1>
{#if $hereditasProfile.role == 'owner'}
<h2>You're the owner of this Hereditas box, so you can unlock it at any time.</h2>
<p>You're the owner of this Hereditas box, so you can unlock it at any time.</p>
<p class="alert alert-info" role="alert">By logging in, you have stopped the timer for the waiting period before other users can unlock your box.</p>
<PassphraseBox />
{:else}
Expand Down

0 comments on commit 52b1d57

Please sign in to comment.