Modify camera image error text (#416)

This commit is contained in:
John Mihalic 2017-08-29 22:56:21 -04:00 committed by Paulus Schoutsen
parent 5bdbc49dc2
commit 010851b0df

View File

@ -42,7 +42,7 @@
<div class='caption'> <div class='caption'>
[[computeStateName(stateObj)]] [[computeStateName(stateObj)]]
<template is='dom-if' if='[[!imageLoaded]]'> <template is='dom-if' if='[[!imageLoaded]]'>
(Error loading image) (Image not available)
</template> </template>
</div> </div>
</template> </template>