A small ui fix

This commit is contained in:
Vishal 2024-06-19 19:14:23 +05:30 committed by GitHub
parent 1bfb5da7b4
commit b8efbd288b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1431,7 +1431,7 @@ class PluginManager:
else:
changelog = full_changelog[0]
except urllib.error.URLError:
changelog = {'released_on': '(Not Provided)',
changelog = {'released_on': ' (Not Provided)',
'info': 'Could not get ChangeLog due to Internet Issues.'}
self.set_changelog_global_cache(changelog)
self._changelog_setup_in_progress = False