diff --git a/theme_upshift/__manifest__.py b/theme_upshift/__manifest__.py index 156dcc461..184760bcb 100644 --- a/theme_upshift/__manifest__.py +++ b/theme_upshift/__manifest__.py @@ -77,7 +77,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_upshift/static/description/theme_sreenshot.jpg b/theme_upshift/static/description/theme_screenshot.jpg similarity index 100% rename from theme_upshift/static/description/theme_sreenshot.jpg rename to theme_upshift/static/description/theme_screenshot.jpg