diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb
index 08f76913..e8e02f4b 100644
--- a/app/views/main/index.html.erb
+++ b/app/views/main/index.html.erb
@@ -231,6 +231,7 @@
- <%= t('marketing.landing_page.pricing.starter_plan.universes_html') %>
+ - <%= t('marketing.landing_page.pricing.starter_plan.upload_html') %>
- <%= t('marketing.landing_page.pricing.starter_plan.characters_html') %>
- <%= t('marketing.landing_page.pricing.starter_plan.locations_html') %>
- <%= t('marketing.landing_page.pricing.starter_plan.items_html') %>
@@ -259,6 +260,7 @@
- <%= t('marketing.landing_page.pricing.premium_plan.universes_html') %>
+ - <%= t('marketing.landing_page.pricing.premium_plan.upload_html') %>
- <%= t('marketing.landing_page.pricing.premium_plan.characters_html') %>
- <%= t('marketing.landing_page.pricing.premium_plan.locations_html') %>
- <%= t('marketing.landing_page.pricing.premium_plan.items_html') %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index a60afcbc..16a9df46 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -90,6 +90,7 @@ en:
title: Starter
universes_html: Plan up to 5 universes
+ upload_html: Upload up to 50MB of images
characters_html: Plan unlimited characters
locations_html: Plan unlimited locations
items_html: Plan unlimited items
@@ -99,6 +100,7 @@ en:
price: $9/month
universes_html: Plan unlimited universes
+ upload_html: Upload up to 1GB of images
characters_html: Plan unlimited characters
locations_html: Plan unlimited locations
items_html: Plan unlimited items