diff options
author | 0neGal <mail@0negal.com> | 2024-02-03 20:18:36 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-02-03 20:22:16 +0100 |
commit | 6c036186d1a1295604966114f052e61ac4c01253 (patch) | |
tree | fc8b4f3ef7d713f4807158a7bd806b0ffe3a68cc /src/lang/zh.json | |
parent | 25697f42b3d1a451be16701613001b9d95efd66e (diff) | |
download | Viper-6c036186d1a1295604966114f052e61ac4c01253.tar.gz Viper-6c036186d1a1295604966114f052e61ac4c01253.zip |
added back error for fetching release notes
This time it's inside the GUI and not just random output.
Diffstat (limited to 'src/lang/zh.json')
-rw-r--r-- | src/lang/zh.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/zh.json b/src/lang/zh.json index 7d53b44..a1ccd71 100644 --- a/src/lang/zh.json +++ b/src/lang/zh.json @@ -289,8 +289,8 @@ }, "request": { - "no_vp_release_notes": "无法获取Viper的更新日志.\n请稍后再试!", - "no_ns_release_notes": "无法获取Northstar的更新日志.\n请稍后再试!" + "no_vp_release_notes": "<h3>无法获取Viper的更新日志.</h3>请稍后再试!", + "no_ns_release_notes": "<h3>无法获取Northstar的更新日志.</h3>请稍后再试!" }, "tooltip": { |