Skip to content

Commit 69f95e0

Browse files
committed
Fix
1 parent 034e417 commit 69f95e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
</form>
2020
<div class="container mt-5">
21-
<h2 class="text-center">Messages from users</h2>
21+
<h2 class="text-center">Messages from Users</h2>
2222
<button v-on:click="get" type="button" class="btn btn-outline-success mb-2">Проверить записи</button>
2323

2424
<div class="alert alert-warning" role="alert" v-if="error">

0 commit comments

Comments
 (0)