diff --git a/common/src/main/java/com/yunbao/common/utils/ToastUtil.java b/common/src/main/java/com/yunbao/common/utils/ToastUtil.java
index d2240037d..35ada5438 100644
--- a/common/src/main/java/com/yunbao/common/utils/ToastUtil.java
+++ b/common/src/main/java/com/yunbao/common/utils/ToastUtil.java
@@ -92,6 +92,7 @@ public class ToastUtil {
if (TextUtils.isEmpty(s)) {
return;
}
+ Log.i("Toast", "Toast show: "+s);
Log.i("ts","ll");
Toast.makeText(CommonAppContext.sInstance,s,Toast.LENGTH_SHORT).show();
Log.i("ts","22");
diff --git a/common/src/main/res/values-en-rUS/string.xml b/common/src/main/res/values-en-rUS/string.xml
index a0b0d26c1..d5b40f03a 100644
--- a/common/src/main/res/values-en-rUS/string.xml
+++ b/common/src/main/res/values-en-rUS/string.xml
@@ -683,7 +683,7 @@
Banned users
List of forbidden users
Live room of
- Lifting of the ban
+ Remove
Blacklist of users
No banned users
No blacklisted users
@@ -956,7 +956,7 @@ Limited ride And limited avatar frame
Chat
Congratulations %s have won %s in the Lucky Angel! The next lucky angel will be you!
Congratulations on %s winning %s in Luck 100 %%! Go pass on the good luck!
- Guardian %s
+ guard %s
receive
To finish
Already collected
diff --git a/common/src/main/res/values/strings.xml b/common/src/main/res/values/strings.xml
index 480f62744..8719d9e54 100644
--- a/common/src/main/res/values/strings.xml
+++ b/common/src/main/res/values/strings.xml
@@ -683,7 +683,7 @@
Banned users
List of forbidden users
Live room of
- Lifting of the ban
+ Remove
Blacklist of users
No banned users
No blacklisted users
diff --git a/live/src/main/res/layout/view_funs_live_anchor_start_notify.xml b/live/src/main/res/layout/view_funs_live_anchor_start_notify.xml
index 43c6443be..fd24fc00a 100644
--- a/live/src/main/res/layout/view_funs_live_anchor_start_notify.xml
+++ b/live/src/main/res/layout/view_funs_live_anchor_start_notify.xml
@@ -1,7 +1,8 @@
@@ -9,7 +10,7 @@