diff --git a/mo/web/org_contest.py b/mo/web/org_contest.py
index 89474d8d9414793f1c0953195a10d09f4399ac6a..473bc68e82d844840039d451aa91f3c98c2f385e 100644
--- a/mo/web/org_contest.py
+++ b/mo/web/org_contest.py
@@ -1308,7 +1308,8 @@ def org_contest_advance(contest_id: int):
             sess.commit()
             msg = (inflect_by_number(really_inserted, 'Pozván', 'Pozváni', 'Pozváno')
                    + ' '
-                   + inflect_number(really_inserted, 'nový soutěžící', 'noví soutěžící', 'nových soutěžících'))
+                   + inflect_number(really_inserted, 'nový soutěžící', 'noví soutěžící', 'nových soutěžících')
+                   + '.')
             flash(msg, 'success')
             return redirect_back()