Skip to content

Commit 3246f1f

Browse files
committed
rephrase it a bit
1 parent 3f3bc60 commit 3246f1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/philomena_web/controllers/pch_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule PhilomenaWeb.PchController do
1616
{:ok, _badge} = BadgeAwarder.award_badge(user, user, "PonyCon Holland²")
1717

1818
conn
19-
|> put_flash(:info, "Verification granted.")
19+
|> put_flash(:info, "Badge issued.")
2020
|> redirect(to: ~p"/")
2121

2222
_ ->

lib/philomena_web/templates/pch/index.html.slime

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
h1 Enter passphrase for verification
2+
p This verifies that you actually attended the panel.
23

34
= form_for :event, ~p"/pch", fn f ->
45
.field

0 commit comments

Comments
 (0)