Fix typo: Storm Pyelus -> Storm Pyleus

Fix typo, noticed when translationg sahara-dashboard.

Change-Id: I87be556d64ae9abce2ac49c8d7c210c3eefa467d
This commit is contained in:
Andreas Jaeger 2016-09-25 13:34:47 +02:00
parent 01a7ed187f
commit 6dcdb44044
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ JOB_TYPE_MAP = {"pig": [_("Pig"), "Pig"],
"hive": [_("Hive"), "Hive"],
"spark": [_("Spark"), "Spark"],
"storm": [_("Storm"), "Storm"],
"storm.pyleus": [_("Storm Pyelus"), "Storm.Pyleus"],
"storm.pyleus": [_("Storm Pyleus"), "Storm.Pyleus"],
"mapreduce": [_("MapReduce"), "MapReduce"],
"mapreduce.streaming": [_("Streaming MapReduce"),
"MapReduce.Streaming"],