diff options
author | Florian Larysch | 2015-09-02 16:01:55 +0200 |
---|---|---|
committer | Florian Larysch | 2015-09-02 16:01:55 +0200 |
commit | bb0581ce1d5e0ac33e162e3452ffb29c27f0a64e (patch) | |
tree | c694713dd960a7611515c92674bce78305e58962 /template/not-started.phtml | |
parent | 2e9c619615c73824d726984c494901efea7fff88 (diff) |
be less sensationalist
Diffstat (limited to '')
-rw-r--r-- | template/not-started.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/not-started.phtml b/template/not-started.phtml index a434f02..9c227e2 100644 --- a/template/not-started.phtml +++ b/template/not-started.phtml @@ -1,3 +1,3 @@ <div class="container about"> - <h1><?=h($conference->getTitle())?> has not started yet!</h1> + <h1><?=h($conference->getTitle())?> has not started yet</h1> </div> |