Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Change Side-panel Fields Names

    Comments & Feedback
    2
    2
    458
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      EshanK last edited by

      Screenshot 2023-07-17 215758.png

      example like Leads to abc

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @EshanK last edited by admin

        @eshank
        Hello,
        If you want to change the name, you need to go to Root path Package folder and there go to Admin/src/Config/menu.php

        Now change the Name

            'key'        => 'plants',
            'name'       => 'admin::app.layouts.plants',
            'route'      => 'admin.leads.index',
            'sort'       => 2,
            'icon-class' => 'leads-icon',
        

        After that go to below path and add locale translation.

        Admin/src/Resources/lang/en/app.php

        layouts' => [
        'app-version' => 'Version : :version',
        'dashboard' => 'Dashboard',
        'plants' => 'Plants',
        'quotes' => 'Quotes',
        'quote' => 'Quote',

        Please check the screenshot below

        Changed.png

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors