diff options
Diffstat (limited to 'themes/okadmin/templates/resource_new.liquid')
| -rw-r--r-- | themes/okadmin/templates/resource_new.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/resource_new.liquid b/themes/okadmin/templates/resource_new.liquid index fbd9785..cc15637 100644 --- a/themes/okadmin/templates/resource_new.liquid +++ b/themes/okadmin/templates/resource_new.liquid @@ -7,7 +7,7 @@ </nav> <section class="main resource resource-new"> - <h2>NEW {{ resource.type }}</h2> + <h2>New {{ resource.type }}</h2> <form action=".." method="POST" id="resource_form"> <input type="hidden" name="_method" value="POST"> {% include 'partials/inputs' %} |
