Skip to content

Commit 131289d

Browse files
authored
Update error messages for 403 and 404
1 parent 695d706 commit 131289d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
<string name="clearCache">清除缓存</string>
178178

179179
<string name="error_401">[401错误可能: 未授权 \\ 授权登录失败 \\ 登录过期]</string>
180-
<string name="error_403">403没权限哦</string>
181-
<string name="error_404">404没找到哦</string>
180+
<string name="error_403">403没权限哦</string>
181+
<string name="error_404">404没找到哦</string>
182182
<string name="error_422">422异常,提交数据格式不对吧?</string>
183183
<string name="error_402">402请求参数异常</string>
184184

0 commit comments

Comments
 (0)