Skip to content

Commit 440a0ba

Browse files
fixed #7
1 parent a7af75b commit 440a0ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/webapp/WEB-INF/views/all.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<body>
3737
<div class="container">
3838
<div class="row">
39-
<h1>BeachBox</h1>
39+
<h1>MusicBox</h1>
4040
<hr />
4141
</div>
4242

src/main/webapp/WEB-INF/views/delete.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616
<body>
1717
<div class="container">
18-
<h1>BeachBox</h1>
18+
<h1>MusicBox</h1>
1919
<p>Diesen Eintrag wirklich l&ouml;schen?</p>
2020
<form:form id="formId" commandName="vinyl" method="post"
2121
class="form-horizontal">

src/main/webapp/WEB-INF/views/edit.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616
<body>
1717
<div class="container">
18-
<h1>BeachBox</h1>
18+
<h1>MusicBox</h1>
1919
<form:form id="formId" commandName="vinyl" method="post"
2020
class="form-horizontal">
2121
<div class="input-group">

src/main/webapp/WEB-INF/views/new.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616
<body>
1717
<div class="container">
18-
<h1>BeachBox</h1>
18+
<h1>MusicBox</h1>
1919
<form:form id="formId" commandName="vinyl" method="post"
2020
class="form-horizontal">
2121
<div class="input-group">

0 commit comments

Comments
 (0)