Browse Source

chore: strings

renovate/org.robolectric-robolectric-4.x
Austin Huang 3 years ago
parent
commit
f33e371ee0
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 2
      app/src/main/java/awais/instagrabber/webservices/interceptors/IgErrorsInterceptor.java
  2. 2
      app/src/main/res/values/strings.xml

2
app/src/main/java/awais/instagrabber/webservices/interceptors/IgErrorsInterceptor.java

@ -106,7 +106,7 @@ public class IgErrorsInterceptor implements Interceptor {
final String errorType = jsonObject.optString("error_type"); final String errorType = jsonObject.optString("error_type");
if (TextUtils.isEmpty(errorType)) return; if (TextUtils.isEmpty(errorType)) return;
if (errorType.equals("sentry_block")) { if (errorType.equals("sentry_block")) {
showErrorDialog(R.string.sentry_block);
showErrorDialog("\"sentry_block\". Please contact developers.");
return; return;
} }
if (errorType.equals("inactive user")) { if (errorType.equals("inactive user")) {

2
app/src/main/res/values/strings.xml

@ -419,7 +419,6 @@
<string name="dms_action_remove_admin">Remove as Admin</string> <string name="dms_action_remove_admin">Remove as Admin</string>
<string name="edit_unsuccessful">Edit was unsuccessful</string> <string name="edit_unsuccessful">Edit was unsuccessful</string>
<string name="message">Message</string> <string name="message">Message</string>
<string name="reply">Reply</string>
<string name="tap_to_remove">Tap to remove</string> <string name="tap_to_remove">Tap to remove</string>
<string name="forward">Forward</string> <string name="forward">Forward</string>
<string name="forward_outgoing">You forwarded a message</string> <string name="forward_outgoing">You forwarded a message</string>
@ -492,7 +491,6 @@
<string name="error">Error</string> <string name="error">Error</string>
<string name="account_logged_out">This account has been logged out.</string> <string name="account_logged_out">This account has been logged out.</string>
<string name="login_required">Login required!</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="inactive_user">User is inactive!</string>
<string name="crash_report_subject">Barinsta Crash Report</string> <string name="crash_report_subject">Barinsta Crash Report</string>
<string name="crash_report_title">Select an email app to send crash logs</string> <string name="crash_report_title">Select an email app to send crash logs</string>

Loading…
Cancel
Save