[language] Hard coded messages in Google Calendar Settings #6583
Comments
|
@code-ph0y already addressed this in January with #6841 |
|
Hi @grahambrown11, I likely just missed that this has a proposed fix already. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


JSON file is
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Administration/GoogleCalendarSettings.tpl#L100
Current API Token is
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/tpls/EditViewFooter.tpl#L476
Disabled
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L480
INVALID AUTH KEY
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L484
CONFIGURED
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L490
Reauthorize
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L492
UNCONFIGURED
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L495
Authorize
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L498
DISABLED
https://github.com/salesagility/SuiteCRM/blob/v7.11-rc/modules/Users/UserViewHelper.php#L502
See also #6540
The text was updated successfully, but these errors were encountered: