Filter: Categories: Fixed spelling issues (#4634)

Uppercase of first letter in names.
This commit is contained in:
Manuel Faux 2021-01-25 12:42:49 +01:00 committed by GitHub
parent d08e886768
commit a75878b5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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">