mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
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:
parent
6e03a00008
commit
2c07bce25f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user