fix: add missing Technology_Provider translation in setup wizard#36120
fix: add missing Technology_Provider translation in setup wizard#36120Kartikayy007 wants to merge 3 commits intoRocketChat:developfrom Kartikayy007:fix/technology-provider-translation
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Please take a look @ggazzo thank you 🙂 |
ricardogarim
left a comment
There was a problem hiding this comment.
hey, thanks for contributing! really cool to see the community jumping in and participating in the project.
since this is a fix, it'd be great to add a changeset as described here.
once that's in, we can move forward and trigger the full CI run on your code.
let me know if anything's unclear or if you have questions!
|
Hello @Kartikayy007 Thanks for contributing to Rocket.Chat! Unfortunately these changes were already added in #36439 So I will be closing this PR. |
Are there any other issues to work upon? |
Proposed changes
In the organization industry dropdown of the setup wizard, the "Technology_Provider" option was displaying with an underscore as "Technology_Provider" instead of the expected format "Technology Provider" (without underscore).
Fixes: #36119
Before:

After:

Issue(s)
Fixes: #36119
This PR fixes the display issue in the organization industry dropdown where "Technology_Provider" was showing with an underscore.
Steps to test or reproduce
Further comments
The issue was caused by a missing translation entry in the English locale file (
en.i18n.json). While other industry options like "Social_Network" and "Technology_Services" had proper translations, "Technology_Provider" was missing its translation entry, causing the system to fall back to displaying the raw i18n key with an underscore.This PR adds the missing translation: