Skip to content
Snippets Groups Projects
Commit 22e2a601 authored by Владислав Поляков's avatar Владислав Поляков Committed by Stan Hu
Browse files

fix: remove double % from layout width description

Update show.html.haml
parent b15f0388
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,7 +47,7 @@
= s_('Preferences|Layout width')
= f.select :layout, layout_choices, {}, class: 'select2'
.form-text.text-muted
= s_('Preferences|Choose between fixed (max. 1280px) and fluid (100%%) application layout.')
= s_('Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout.').html_safe % { percentage: '100%' }
.form-group
= f.label :dashboard, class: 'label-bold' do
= s_('Preferences|Default dashboard')
Loading
Loading
Loading
Loading
@@ -8299,7 +8299,7 @@ msgstr ""
msgid "Preferences|Behavior"
msgstr ""
 
msgid "Preferences|Choose between fixed (max. 1280px) and fluid (100%%) application layout."
msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
msgstr ""
 
msgid "Preferences|Choose what content you want to see on a project’s overview page."
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