Skip to content

Conversation

sandeeep-prajapati
Copy link

Pull Request Title

fix: Add missing translations for Mega Search settings section

Description

Problem: In the Mega Search dropdown, the "Settings" and "Configurations" sections were displaying raw translation keys instead of user-friendly labels, breaking the user experience.

Root Cause: The translation keys admin::app.components.layouts.header.mega-search.explore-all-settings and likely other related keys in the same section were missing from the language files.

Solution: Located the correct language file and added the missing translation keys for the Mega Search component.

Related Issue: (Reference the issue number here if one exists, e.g., #2345)

Preconditions

  • User is logged into the Krayin CRM admin panel.
  • The Mega Search feature is enabled and accessible.

Steps to Verify the Fix

  1. Log in to the CRM admin panel.
  2. Click on the global search bar in the header.
  3. Type a random string (e.g., "test" or "asdf").
  4. Navigate to the "Settings" and "Configurations" tabs within the Mega Search results.
  5. Verify: The sections now display proper labels like "Explore All Settings" instead of the raw translation key admin::app.components.layouts.header.mega-search.explore-all-settings.

Before & After

  • Before (Actual Result):
    Raw translation keys were displayed, e.g.:
    admin::app.components.layouts.header.mega-search.explore-all-settings
  • After (Expected Result):
    Clear, human-readable labels are displayed, e.g.:
    "Explore All Settings"
    "Configurations"

thank you

Sandeep Prajapati
6392424180sandeep@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant