diff --git a/theme_fuge/__manifest__.py b/theme_fuge/__manifest__.py index b11ba5c02..459733aad 100644 --- a/theme_fuge/__manifest__.py +++ b/theme_fuge/__manifest__.py @@ -61,7 +61,7 @@ }, "images": [ "static/description/banner.jpg", - "static/description/theme_sreenshot.jpg", + "static/description/theme_screenshot.jpg", ], 'license': 'LGPL-3', 'installable': True, diff --git a/theme_fuge/static/description/theme_sreenshot.jpg b/theme_fuge/static/description/theme_screenshot.jpg similarity index 100% rename from theme_fuge/static/description/theme_sreenshot.jpg rename to theme_fuge/static/description/theme_screenshot.jpg