summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2016-01-05 03:13:07 +0530
committerArjun Roychowdhury <pliablepixels@gmail.com>2016-01-05 03:13:07 +0530
commit7208b29599a8e5c4892345bb15f62df7a4e677d9 (patch)
tree406000a730a193ad4d8f853cc697bea697563ad0
parenta3fe41a590c77e6d624366609c5c026097438008 (diff)
#129 - changed warning text
Former-commit-id: 977ffeec5dee1bf4e6879a2a861a4ba4cdb4a44e
-rw-r--r--www/templates/devoptions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index b859b275..d089f7c4 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -72,10 +72,10 @@
</div>
- <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 400">
+ <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 2000">
<label class="animated fadeInDown item-text-wrap" >
- A value larger than 200 for mobile devices and 500 for desktops can affect timeline performance.
+ A large value can affect timeline performance. If you find timeline performance slow, try reducing the value to 200 and work your way up from there.
</label>
</div>