Skip to content

Commit ddce11c

Browse files
committed
Text fix
1 parent 9a5fe24 commit ddce11c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
}
1313
],
14-
"version": "0.4.1",
14+
"version": "0.4.2",
1515
"require": {
1616
"illuminate/html": "5.0.*@dev",
1717
"intervention/image": "^2.3",

src/Views/qa/menus/createParent.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="row">
66
<div class="col-md-10 col-md-offset-2">
7-
<h1>Create new menu parent item</h1>
7+
<h1>Create new parent menu item</h1>
88

99
@if ($errors->any())
1010
<div class="alert alert-danger">
@@ -36,7 +36,7 @@
3636

3737
<div class="form-group">
3838
<div class="col-md-12">
39-
{!! Form::submit('Create CRUD', ['class' => 'btn btn-primary']) !!}
39+
{!! Form::submit('Create parent', ['class' => 'btn btn-primary']) !!}
4040
</div>
4141
</div>
4242

0 commit comments

Comments
 (0)