chore: strings

This commit is contained in:
Austin Huang 2021-06-18 17:51:01 -04:00
parent 7345ecefd0
commit f33e371ee0
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with 1 additions and 3 deletions

View File

@ -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")) {

View File

@ -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>