Hi
What does this string mean? “Modified User Name Mod”
The module that modified the user name? The module name that modified user? or what?
https://crowdin.com/translate/suitecrmtranslations/485/engb-fa#8110
Hi
What does this string mean? “Modified User Name Mod”
The module that modified the user name? The module name that modified user? or what?
https://crowdin.com/translate/suitecrmtranslations/485/engb-fa#8110
Hello,
A generic solution to investigate these cases is to search the code for the label, to get more context and try to figure out how it’s used. This can be done in two ways:
Search for the label (LBL_MODIFIED_USER_NAME_MOD) on SuiteCRM’s Github.
Search your own file system. If it is Linux, you can use this:
grep --include=*.{php,ini,conf,cnf,tpl,css,html} -rin ‘/opt/bitnami/apps/suitecrm/’ -e “LBL_MODIFIED_USER_NAME_MOD”
(replace that path with the path to your own SuiteCRM)
In this case, I don’t think it means anything, the string doesn’t seem to be used anywhere. : - )
I’m going to suggest simply removing that string.
If it is not used the translation team should remove it from the project in Crowdin.
To be more precise, it should be removed from the original code, and then the Crowdin platform won’t pick it up anymore.
I took care of that for you:
https://github.com/salesagility/SuiteCRM/issues/1424
: - )