diff --git a/saas/app/views/account/settings/_free_plan.html.erb b/saas/app/views/account/settings/_free_plan.html.erb
index edb5bb57a..ca467d8af 100644
--- a/saas/app/views/account/settings/_free_plan.html.erb
+++ b/saas/app/views/account/settings/_free_plan.html.erb
@@ -4,7 +4,7 @@
<% elsif Current.account.exceeding_card_limit? %>
You’ve used up your <%= number_with_delimiter(Plan.free.card_limit) %> free cards
<% elsif Current.account.exceeding_storage_limit? %>
- You’ve used up all <%= storage_to_human_size(Plan.free.storage_limit) %> free storage
+ You’ve used up all <%= storage_to_human_size(Plan.free.storage_limit) %> of free storage
<% else %>
You’ve used <%= Current.account.billed_cards_count %> free cards out of <%= number_with_delimiter(Plan.free.card_limit) %>
<% end %>