Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Feb 2, 2021
1 parent 1b34331 commit 117d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/NoAccountWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function NoAccountWarning({
<div className="mt-5 p-5 rounded-md shadow-sm grid grid-template-cols-1fr">
<h1 className="sk-h3 m-0 font-semibold">Data not backed up</h1>
<p className="m-0 mt-1 col-start-1 col-end-3">
Sign in or register to back up your notes
Sign in or register to back up your notes.
</p>
<button
className="sn-btn mt-3 col-start-1 col-end-3 justify-self-start"
Expand Down

0 comments on commit 117d414

Please sign in to comment.