diff --git a/frappe/integrations/doctype/google_settings/google_settings.json b/frappe/integrations/doctype/google_settings/google_settings.json index ea7394aafb..152d191ae3 100644 --- a/frappe/integrations/doctype/google_settings/google_settings.json +++ b/frappe/integrations/doctype/google_settings/google_settings.json @@ -22,7 +22,7 @@ "label": "Enable" }, { - "description": "The Client ID obtained from the Google Cloud Console under \"APIs & Services\" > \"Credentials\".", + "description": "The Client ID obtained from the Google Cloud Console under \n\"APIs & Services\" > \"Credentials\"\n", "fieldname": "client_id", "fieldtype": "Data", "in_list_view": 1, @@ -36,7 +36,7 @@ "label": "Client Secret" }, { - "description": "The browser API key obtained from the Google Cloud Console under \"APIs & Services\" > \"Credentials\".", + "description": "The browser API key obtained from the Google Cloud Console under \n\"APIs & Services\" > \"Credentials\"\n", "fieldname": "api_key", "fieldtype": "Data", "label": "API Key", @@ -56,7 +56,7 @@ }, { "depends_on": "google_drive_picker_enabled", - "description": "The project number obtained from Google Cloud Console under \"IAM & Admin\" > \"Settings\".\n\n", + "description": "The project number obtained from Google Cloud Console under \n\"IAM & Admin\" > \"Settings\"\n", "fieldname": "app_id", "fieldtype": "Data", "label": "App ID", @@ -76,7 +76,7 @@ ], "issingle": 1, "links": [], - "modified": "2021-03-30 14:29:15.132565", + "modified": "2021-06-18 16:57:10.502174", "modified_by": "Administrator", "module": "Integrations", "name": "Google Settings",