Skip to content

Commit 79980e2

Browse files
committed
Address PR reviews
1 parent 204df4c commit 79980e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/org/schabi/newpipe/error/UserAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public enum UserAction {
3535
OPEN_INFO_ITEM_DIALOG("open info item dialog"),
3636
GETTING_MAIN_SCREEN_TAB("getting main screen tab"),
3737
PLAY_ON_POPUP("play on popup"),
38-
SUBSCRIPTIONS("loading subscriptions"),;
38+
SUBSCRIPTIONS("loading subscriptions");
3939

4040
private final String message;
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@
877877
<string name="trending_movies">Trending movies and shows</string>
878878
<string name="trending_music">Trending music</string>
879879
<string name="entry_deleted">Entry deleted</string>
880-
<string name="player_http_403">HTTP error 403 received from server while playing, likely caused by an IP ban or by streaming URL expiration</string>
880+
<string name="player_http_403">HTTP error 403 received from server while playing, likely caused by streaming URL expiration or an IP ban</string>
881881
<string name="player_http_invalid_status">HTTP error %1$s received from server while playing</string>
882882
<string name="youtube_player_http_403">HTTP error 403 received from server while playing, likely caused by an IP ban or streaming URL deobfuscation issues</string>
883883
<string name="sign_in_confirm_not_bot_error">%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).</string>

0 commit comments

Comments
 (0)