Skip to content

Commit beabaaa

Browse files
committed
Updated Voting has closed messaging
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent d2e73ab commit beabaaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

summit-voting-app/ui/source/js/components/views/PresentationNotices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default ({
2222
return (
2323
<div className="alert alert-danger alert-dismissible" role="alert">
2424
<button type="button" className="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
25-
Community Voting is closed. Thanks and we’ll see you next Summit.
25+
Community Voting has closed. Thanks and we’ll see you at the next Summit.
2626
</div>
2727
);
2828
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div class="alert alert-danger alert-dismissible" role="alert">
22
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
3-
Community Voting is closed. Thanks and we’ll see you next Summit.
3+
Community Voting has closed. Thanks and we’ll see you at the next Summit.
44
</div>

0 commit comments

Comments
 (0)