Skip to content

Commit 6f722dc

Browse files
committed
Fixing year and date
1 parent 3230378 commit 6f722dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/no/javazone/cake/redux/AcceptorSetter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public String accept(JsonArray talks,UserWithAccess userWithAccess) {
2929
String template = loadTemplate();
3030
String tagToAdd = "accepted";
3131
String tagExistsErrormessage = "Talk is already accepted";
32-
String subjectTemplate = "JavaZone 2024 #talkType# accepted";
32+
String subjectTemplate = "JavaZone 2025 #talkType# accepted";
3333

3434
return doUpdates(talks, template, subjectTemplate, tagToAdd, tagExistsErrormessage,userWithAccess,false);
3535
}

src/main/resources/webapp/confirm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html ng-app="cakeOpen">
33
<head>
4-
<title>JavaZone 2024 speaker confirmation</title>
4+
<title>JavaZone 2025 speaker confirmation</title>
55
<script src="scripts/ext/jquery-2.1.0.min.js"></script>
66
<script src="scripts/ext/underscore-min.js"></script>
77
<!-- Latest compiled and minified CSS -->
@@ -21,8 +21,8 @@
2121
<body ng-controller="ConfirmCtrl">
2222
<h1 class="col-xs-offset-1">JavaZone speaker confirmation</h1>
2323
<div class="col-xs-offset-1 col-md-9 row" ng-show="showMain">
24-
<p>By pressing the button below you confirm that you will be speaking at JavaZone 2024.</p>
25-
<p>We would also like to know if you are planning on attending the speakers dinner. The speakers dinner will be at 19:00 on September 3rd.</p>
24+
<p>By pressing the button below you confirm that you will be speaking at JavaZone 2025.</p>
25+
<p>We would also like to know if you are planning on attending the speakers dinner. The speakers dinner will be at 19:00 on September 2nd.</p>
2626
<p>
2727
<div class="radio">
2828
<label>

0 commit comments

Comments
 (0)