diff --git a/app/src/main/java/org/schabi/newpipe/error/UserAction.java b/app/src/main/java/org/schabi/newpipe/error/UserAction.java
index 64829523a..d3af9d32e 100644
--- a/app/src/main/java/org/schabi/newpipe/error/UserAction.java
+++ b/app/src/main/java/org/schabi/newpipe/error/UserAction.java
@@ -35,7 +35,7 @@ public enum UserAction {
OPEN_INFO_ITEM_DIALOG("open info item dialog"),
GETTING_MAIN_SCREEN_TAB("getting main screen tab"),
PLAY_ON_POPUP("play on popup"),
- SUBSCRIPTIONS("loading subscriptions"),;
+ SUBSCRIPTIONS("loading subscriptions");
private final String message;
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fc111e15a..147c88938 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -877,7 +877,7 @@
Trending movies and shows
Trending music
Entry deleted
- HTTP error 403 received from server while playing, likely caused by an IP ban or by streaming URL expiration
+ HTTP error 403 received from server while playing, likely caused by streaming URL expiration or an IP ban
HTTP error %1$s received from server while playing
HTTP error 403 received from server while playing, likely caused by an IP ban or streaming URL deobfuscation issues
%1$s refused to provide data, asking for a login to confirm the requester is not a bot.\n\nYour IP might have been temporarily banned by %1$s, you can wait some time or switch to a different IP (for example by turning on/off a VPN, or by switching from WiFi to mobile data).