mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-31 03:25:34 +00:00 
			
		
		
		
	chore: strings
This commit is contained in:
		
							parent
							
								
									7345ecefd0
								
							
						
					
					
						commit
						f33e371ee0
					
				| @ -106,7 +106,7 @@ public class IgErrorsInterceptor implements Interceptor { | ||||
|             final String errorType = jsonObject.optString("error_type"); | ||||
|             if (TextUtils.isEmpty(errorType)) return; | ||||
|             if (errorType.equals("sentry_block")) { | ||||
|                 showErrorDialog(R.string.sentry_block); | ||||
|                 showErrorDialog("\"sentry_block\". Please contact developers."); | ||||
|                 return; | ||||
|             } | ||||
|             if (errorType.equals("inactive user")) { | ||||
|  | ||||
| @ -419,7 +419,6 @@ | ||||
|     <string name="dms_action_remove_admin">Remove as Admin</string> | ||||
|     <string name="edit_unsuccessful">Edit was unsuccessful</string> | ||||
|     <string name="message">Message</string> | ||||
|     <string name="reply">Reply</string> | ||||
|     <string name="tap_to_remove">Tap to remove</string> | ||||
|     <string name="forward">Forward</string> | ||||
|     <string name="forward_outgoing">You forwarded a message</string> | ||||
| @ -492,7 +491,6 @@ | ||||
|     <string name="error">Error</string> | ||||
|     <string name="account_logged_out">This account has been logged out.</string> | ||||
|     <string name="login_required">Login required!</string> | ||||
|     <string name="sentry_block">Sentry block.</string> | ||||
|     <string name="inactive_user">User is inactive!</string> | ||||
|     <string name="crash_report_subject">Barinsta Crash Report</string> | ||||
|     <string name="crash_report_title">Select an email app to send crash logs</string> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user