manager: Fix module changelog fetch failed. close #1084

This commit is contained in:
weishu
2023-10-25 11:11:44 +08:00
parent fb6565bd19
commit 4c79ad7a81
3 changed files with 36 additions and 21 deletions

View File

@@ -101,4 +101,5 @@
<string name="app_profile_template_sync">同步在线规则</string>
<string name="app_profile_template_save_failed">模版保存失败!</string>
<string name="app_profile_template_import_empty">剪切板为空!</string>
<string name="module_changelog_failed">获取更新日志失败:%s</string>
</resources>

View File

@@ -103,4 +103,5 @@
<string name="app_profile_template_sync">Sync online templates</string>
<string name="app_profile_template_save_failed">Failed to save template</string>
<string name="app_profile_template_import_empty">Clipboard is empty!</string>
<string name="module_changelog_failed">Fetch changelog failed: %s</string>
</resources>