Localization Search
This commit is contained in:
parent
b085e8bd11
commit
8d0795a44d
3 changed files with 8 additions and 2 deletions
|
|
@ -1339,6 +1339,12 @@
|
|||
"en": "Report Templates",
|
||||
"tr": "Rapor Şablonları"
|
||||
},
|
||||
{
|
||||
"resourceName": "Platform",
|
||||
"key": "App.Reports.Search",
|
||||
"en": "Search",
|
||||
"tr": "Arama"
|
||||
},
|
||||
{
|
||||
"resourceName": "Platform",
|
||||
"key": "App.Menus.Menu",
|
||||
|
|
|
|||
|
|
@ -791,7 +791,7 @@ function FormFields({
|
|||
</FormItem>
|
||||
<div className="grid grid-cols-4 gap-4">
|
||||
<FormItem
|
||||
label={translate('::App.Reports.Dashboard.All')}
|
||||
label={translate('::App.Reports.Search')}
|
||||
labelClass="justify-center"
|
||||
>
|
||||
<Field name="copiedFields.all" component={Checkbox} className="mr-1" />
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ const Blog = () => {
|
|||
: 'bg-gray-200 text-gray-700 hover:bg-gray-300'
|
||||
}`}
|
||||
>
|
||||
{translate('::App.Reports.Dashboard.All')}
|
||||
{translate('::App.Reports.Search')}
|
||||
</button>
|
||||
{categories.map((category) => (
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue