diff --git a/plinth/modules/torproxy/__init__.py b/plinth/modules/torproxy/__init__.py index 41580bc2a..ecec9aab9 100644 --- a/plinth/modules/torproxy/__init__.py +++ b/plinth/modules/torproxy/__init__.py @@ -44,7 +44,7 @@ class TorProxyApp(app_module.App): super().__init__() info = app_module.Info(app_id=self.app_id, version=self._version, - name=_('Tor Proxy'), icon_filename='tor', + name=_('Tor Proxy'), icon_filename='torproxy', short_description=_('Anonymity Network'), description=_description, manual_page='TorProxy', diff --git a/plinth/modules/torproxy/static/icons/tor.png b/plinth/modules/torproxy/static/icons/torproxy.png similarity index 100% rename from plinth/modules/torproxy/static/icons/tor.png rename to plinth/modules/torproxy/static/icons/torproxy.png diff --git a/plinth/modules/torproxy/static/icons/tor.svg b/plinth/modules/torproxy/static/icons/torproxy.svg similarity index 100% rename from plinth/modules/torproxy/static/icons/tor.svg rename to plinth/modules/torproxy/static/icons/torproxy.svg