style(GUI): clarify wording at finished flash prompt (new → different) (#867)

Currently, the wording "same" versus "new" on the completion screen
is ambiguous when they respectively mean use the same image file, or use a new
and different image file. Therefore, change the wording from "new" to
"different".

Closes: https://github.com/resin-io/etcher/issues/839
This commit is contained in:
Benedict Aas 2016-11-12 11:22:03 +02:00 committed by Juan Cruz Viotti
parent 6e03a00008
commit 2c07bce25f

View File

@ -19,10 +19,10 @@
<div class="col-xs-4 space-medium">
<div class="box">
<p class="soft button-label">Would you like to flash a new image?</p>
<p class="soft button-label">Would you like to flash a different image?</p>
<button class="button button-primary button-brick" ng-click="finish.restart()">
Use <b>new</b> image
Use <b>different</b> image
</button>
</div>
</div>