Skip to content
Snippets Groups Projects
Commit e88485eb authored by Heinrich Lee Yu's avatar Heinrich Lee Yu 🏀
Browse files

Fix inconsistent capitalization in label colors

parent 82ccc8bc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -79,10 +79,10 @@ module LabelsHelper
{
'#0033CC' => s_('SuggestedColors|UA blue'),
'#428BCA' => s_('SuggestedColors|Moderate blue'),
'#44AD8E' => s_('SuggestedColors|lime green'),
'#44AD8E' => s_('SuggestedColors|Lime green'),
'#A8D695' => s_('SuggestedColors|Feijoa'),
'#5CB85C' => s_('SuggestedColors|Slightly desaturated green'),
'#69D100' => s_('SuggestedColors|Bright Green'),
'#69D100' => s_('SuggestedColors|Bright green'),
'#004E00' => s_('SuggestedColors|Very dark lime green'),
'#34495E' => s_('SuggestedColors|Very dark desaturated blue'),
'#7F8C8D' => s_('SuggestedColors|Dark grayish cyan'),
Loading
Loading
Loading
Loading
@@ -9415,7 +9415,7 @@ msgstr ""
msgid "Suggested change"
msgstr ""
 
msgid "SuggestedColors|Bright Green"
msgid "SuggestedColors|Bright green"
msgstr ""
 
msgid "SuggestedColors|Dark grayish cyan"
Loading
Loading
@@ -9436,6 +9436,9 @@ msgstr ""
msgid "SuggestedColors|Feijoa"
msgstr ""
 
msgid "SuggestedColors|Lime green"
msgstr ""
msgid "SuggestedColors|Moderate blue"
msgstr ""
 
Loading
Loading
@@ -9475,9 +9478,6 @@ msgstr ""
msgid "SuggestedColors|Very pale orange"
msgstr ""
 
msgid "SuggestedColors|lime green"
msgstr ""
msgid "Sunday"
msgstr ""
 
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