mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
minifix(GUI): improve image full file name modal tooltip (#646)
The current tooltip, "SHOW IN FULL", proved to be a bit confusing for users. We're using "SHOW FULL FILE NAME", as kindly suggested by @dlech. Fixes: https://github.com/resin-io/etcher/issues/634 Change-Type: patch Changelog-Entry: Improve image full file name modal tooltip. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
a5a195e8fb
commit
763e2f46f4
@ -23,7 +23,7 @@
|
||||
ng-click="main.tooltipModal.show({
|
||||
title: 'IMAGE FILE NAME',
|
||||
message: main.selection.getImagePath()
|
||||
})">SHOW IN FULL</button>
|
||||
})">SHOW FULL FILE NAME</button>
|
||||
|
||||
<button class="btn btn-link step-footer"
|
||||
ng-click="image.reselectImage()"
|
||||
|
Loading…
x
Reference in New Issue
Block a user