@@ -6,7 +6,7 | |||
|
6 | 6 | <p><%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> |
|
7 | 7 | <%= wikitoolbar_for 'settings_welcome_text' %> |
|
8 | 8 | |
|
9 |
<p><%= setting_text_field :attachment_max_size, :size => 6 %> |
|
|
9 | <p><%= setting_text_field :attachment_max_size, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %></p> | |
|
10 | 10 | |
|
11 | 11 | <p><%= setting_text_field :per_page_options, :size => 20 %><br /> |
|
12 | 12 | <em><%= l(:text_comma_separated) %></em></p> |
@@ -26,7 +26,7 | |||
|
26 | 26 | |
|
27 | 27 | <p><%= setting_text_field :feeds_limit, :size => 6 %></p> |
|
28 | 28 | |
|
29 |
<p><%= setting_text_field :file_max_size_displayed, :size => 6 %> |
|
|
29 | <p><%= setting_text_field :file_max_size_displayed, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %></p> | |
|
30 | 30 | |
|
31 | 31 | <p><%= setting_text_field :diff_max_lines_displayed, :size => 6 %></p> |
|
32 | 32 |
General Comments 0
You need to be logged in to leave comments.
Login now