salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.52k stars 2.09k forks source link

[language] Hard coded messages in Google Calendar Settings #6583

Open likhobory opened 5 years ago

likhobory commented 5 years ago

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

grahambrown11 commented 5 years ago

@code-ph0y already addressed this in January with #6841 why was the HacktoberFest lable added?

Dillon-Brown commented 5 years ago

Hi @grahambrown11, I likely just missed that this has a proposed fix already. Thanks!