Skip to content
Snippets Groups Projects
Commit 5634640f authored by Will Power's avatar Will Power Committed by Charlie Smurthwaite
Browse files

fix typos related to message retention (#317)

parent a63c62ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -51,7 +51,7 @@
.fieldSet__input
= f.text_field :raw_message_retention_size, :class => 'input input--text'
%p.fieldSet__text
The total amount of disk space (in bytes) to allow raw message data to use on the disk. Older messages will be deleted to keep
The total amount of disk space (in megabytes) to allow raw message data to use on the disk. Older messages will be deleted to keep
the total usage below this amount.
 
.fieldSetSubmit.fieldSetSubmit--wide.buttonSet
Loading
Loading
- page_title << @server.name
- page_title << "Message Rentention"
- page_title << "Message Retention"
= render 'sidebar', :active_server => @server
= render 'header', :active_nav => :settings
= render 'settings_header', :active_nav => :retention
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment