mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Filter: Categories: Fixed spelling issues (#4634)
Uppercase of first letter in names.
This commit is contained in:
parent
d08e886768
commit
a75878b5e5
@ -1,19 +1,19 @@
|
||||
<form>
|
||||
<field>
|
||||
<id>category.auto</id>
|
||||
<label>automatic</label>
|
||||
<label>Automatic</label>
|
||||
<type>checkbox</type>
|
||||
<help>Automatically added, will be removed when used</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>category.name</id>
|
||||
<label>name</label>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Enter a name for this category.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>category.color</id>
|
||||
<label>color</label>
|
||||
<label>Color</label>
|
||||
<type>text</type>
|
||||
<style>pick-a-color</style>
|
||||
<help>pick a color to use.</help>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
|
||||
|
||||
<ul class="nav nav-tabs" data-tabs="tabs" id="maintabs">
|
||||
<li class="active"><a data-toggle="tab" href="#grid-categories">{{ lang._('categories') }}</a></li>
|
||||
<li class="active"><a data-toggle="tab" href="#grid-categories">{{ lang._('Categories') }}</a></li>
|
||||
</ul>
|
||||
<div class="tab-content content-box">
|
||||
<div id="categories" class="tab-pane fade in active">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user