summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-06 16:30:59 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-06 16:30:59 +0300
commitc5b88bab38968b5fc31b82292aca69a3df561aaf (patch)
treec1ee7ea5ef7abeabb51e374304ada6c7a75ad6fd /client
parent69a1fa624dc04f30b3f5f8c734af6964ab50d23e (diff)
Change step names
Diffstat (limited to 'client')
-rw-r--r--client/button.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/button.js b/client/button.js
index 66181f3..35f7267 100644
--- a/client/button.js
+++ b/client/button.js
@@ -220,12 +220,12 @@ Template.photos.events({
Template.photos.helpers({
steps: function () {
return [
- {val: 1, name: 'Downloading'},
+ {val: 1, name: 'Original'},
{val: 2, name: 'Pixelate'},
{val: 3, name: 'Composition'},
{val: 4, name: 'Dominant Color'},
{val: 5, name: 'Average'},
- {val: 6, name: 'Summing'}
+ {val: 6, name: 'Summarize'}
]
},
photos: function () {