diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-06 16:30:59 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-06 16:30:59 +0300 |
| commit | c5b88bab38968b5fc31b82292aca69a3df561aaf (patch) | |
| tree | c1ee7ea5ef7abeabb51e374304ada6c7a75ad6fd | |
| parent | 69a1fa624dc04f30b3f5f8c734af6964ab50d23e (diff) | |
Change step names
| -rw-r--r-- | client/button.js | 4 |
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 () { |
