diff --git a/live/src/main/java/com/yunbao/live/activity/ReportSecondActivity.java b/live/src/main/java/com/yunbao/live/activity/ReportSecondActivity.java index 53803a875..43237e5e0 100644 --- a/live/src/main/java/com/yunbao/live/activity/ReportSecondActivity.java +++ b/live/src/main/java/com/yunbao/live/activity/ReportSecondActivity.java @@ -144,13 +144,13 @@ If you have any supplementary information or proof, you can click to enter the d endIndex = stringBuilder.toString().length(); stringBuilder .append("】,我們已對其進行重點觀察,並進一步判定,若發現違規將立刻處理,感謝您的監督~ ") .append("\n") - .append("如您有任何信息證明補充,可點擊進入詳情,再次進行提交,感謝您對淨化平台環境做出的貢獻!"); + .append("如您有任何信息證明補充,可在下方再次進行提交,感謝您對淨化平台環境做出的貢獻!"); } else { stringBuilder.append("The user 【"); startIndex = stringBuilder.toString().length(); stringBuilder .append(userName); endIndex = stringBuilder.toString().length(); - stringBuilder.append("】 you reported has been under our close observation and further judgment. If any violation is found, it will be dealt with immediately. Thank you for your supervision.\nIf you have any supplementary information or proof, you can click to enter the details and submit again. Thank you for your contribution to purifying the platform environment."); + stringBuilder.append("】 you reported has been under our close observation and further judgment. If any violation is found, it will be dealt with immediately. Thank you for your supervision.\nIf you have any supplementary information or proof, you can submit it again below. Thank you for your contribution to purifying the platform environment!"); } SpannableString spannableString = new SpannableString(stringBuilder.toString());