We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5fe24 commit ddce11cCopy full SHA for ddce11c
composer.json
@@ -11,7 +11,7 @@
11
"email": "[email protected]"
12
}
13
],
14
- "version": "0.4.1",
+ "version": "0.4.2",
15
"require": {
16
"illuminate/html": "5.0.*@dev",
17
"intervention/image": "^2.3",
src/Views/qa/menus/createParent.blade.php
@@ -4,7 +4,7 @@
4
5
<div class="row">
6
<div class="col-md-10 col-md-offset-2">
7
- <h1>Create new menu parent item</h1>
+ <h1>Create new parent menu item</h1>
8
9
@if ($errors->any())
10
<div class="alert alert-danger">
@@ -36,7 +36,7 @@
36
37
<div class="form-group">
38
<div class="col-md-12">
39
- {!! Form::submit('Create CRUD', ['class' => 'btn btn-primary']) !!}
+ {!! Form::submit('Create parent', ['class' => 'btn btn-primary']) !!}
40
</div>
41
42
0 commit comments