aboutsummaryrefslogtreecommitdiff
path: root/src/client/View
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View')
-rw-r--r--src/client/View/Payments/Add.elm2
-rw-r--r--src/client/View/SignIn.elm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/View/Payments/Add.elm b/src/client/View/Payments/Add.elm
index d11f208..88a1bd7 100644
--- a/src/client/View/Payments/Add.elm
+++ b/src/client/View/Payments/Add.elm
@@ -35,7 +35,7 @@ addPayment addPayment =
[ class "name" ]
[ label
[ for "nameInput" ]
- [ text "Name" ]
+ [ text "Category" ]
, input
[ id "nameInput"
, class (if isJust addPayment.nameError then "error" else "")
diff --git a/src/client/View/SignIn.elm b/src/client/View/SignIn.elm
index a45adc7..a790f0a 100644
--- a/src/client/View/SignIn.elm
+++ b/src/client/View/SignIn.elm
@@ -46,7 +46,7 @@ signInResult signInView =
Ok login ->
div
[ class "success" ]
- [ text ("We send you an email, please click to the provided link in order to sign in.") ]
+ [ text ("We sent you an email, please click to the provided link in order to sign in.") ]
Err error ->
div
[ class "error" ]