mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 17:52:39 +02:00
remove unneeded MB from pricing
This commit is contained in:
parent
4657a8563b
commit
07216f5099
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
<%== plan_pricing_button :supporter %>
|
<%== plan_pricing_button :supporter %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong><%= Site::PLAN_FEATURES[:free][:space].to_space_pretty %> MB</strong> storage</li>
|
<li><strong><%= Site::PLAN_FEATURES[:free][:space].to_space_pretty %></strong> storage</li>
|
||||||
<li><strong><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_space_pretty %></strong> bandwidth</li>
|
<li><strong><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_space_pretty %></strong> bandwidth</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue