diff --git a/src/stubs/resources/views/full/index.stub b/src/stubs/resources/views/full/index.stub index 78c290d..1e3b610 100644 --- a/src/stubs/resources/views/full/index.stub +++ b/src/stubs/resources/views/full/index.stub @@ -22,7 +22,7 @@ - Reset + {{ __('app.reset') }} diff --git a/src/stubs/resources/views/simple/index.stub b/src/stubs/resources/views/simple/index.stub index 561daca..724aa38 100644 --- a/src/stubs/resources/views/simple/index.stub +++ b/src/stubs/resources/views/simple/index.stub @@ -22,7 +22,7 @@ - Reset + {{ __('app.reset') }}
diff --git a/tests/Generators/Simple/ViewsGeneratorTest.php b/tests/Generators/Simple/ViewsGeneratorTest.php index 3472c08..80b4e93 100644 --- a/tests/Generators/Simple/ViewsGeneratorTest.php +++ b/tests/Generators/Simple/ViewsGeneratorTest.php @@ -38,7 +38,7 @@ class ViewsGeneratorTest extends TestCase lang_name}.search_text') }}\" name=\"q\" type=\"text\" id=\"q\" class=\"form-control input-sm\" value=\"{{ request('q') }}\"> lang_name}.search') }}\" class=\"btn btn-sm\"> - table_name}.index') }}\">Reset + table_name}.index') }}\">{{ __('app.reset') }}
diff --git a/tests/Generators/ViewsGeneratorTest.php b/tests/Generators/ViewsGeneratorTest.php index 2a99378..16ce31a 100644 --- a/tests/Generators/ViewsGeneratorTest.php +++ b/tests/Generators/ViewsGeneratorTest.php @@ -38,7 +38,7 @@ class ViewsGeneratorTest extends TestCase lang_name}.search_text') }}\" name=\"q\" type=\"text\" id=\"q\" class=\"form-control input-sm\" value=\"{{ request('q') }}\"> lang_name}.search') }}\" class=\"btn btn-sm\"> - table_name}.index') }}\">Reset + table_name}.index') }}\">{{ __('app.reset') }}