Hotfix - change calendar error message (#2643)
* Change calendar error message * Change calendar error message Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									59a1db9068
								
							
						
					
					
						commit
						02fb15228b
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -139,7 +139,7 @@ function ConnectedCalendarsList(props: Props) { | |||
|                 ) : ( | ||||
|                   <Alert | ||||
|                     severity="warning" | ||||
|                     title="Something went wrong" | ||||
|                     title={t("calendar_error")} | ||||
|                     message={item.error?.message} | ||||
|                     actions={ | ||||
|                       <DisconnectIntegration | ||||
|  |  | |||
|  | @ -771,5 +771,6 @@ | |||
|   "impersonate":"Impersonate", | ||||
|   "impersonate_user_tip":"All uses of this feature is audited.", | ||||
|   "impersonating_user_warning":"Impersonating username \"{{user}}\".", | ||||
|   "impersonating_stop_instructions": "<0>Click Here to stop</0>." | ||||
|   "impersonating_stop_instructions": "<0>Click Here to stop</0>.", | ||||
|   "calendar_error": "Something went wrong, try reconnecting your calendar with all necessary permissions" | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Joe Au-Yeung
						Joe Au-Yeung