mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
style(GUI): improve wording of supported extensions label (#807)
- Change "and many more" to "and others" See: https://github.com/resin-io/etcher/issues/787 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
9ed6e30b00
commit
e2652e6ee9
@ -12,7 +12,7 @@
|
||||
<p class="step-footer">
|
||||
{{ ::image.mainSupportedExtensions.join(', ') }}, and
|
||||
<span class="step-footer-underline"
|
||||
uib-tooltip="{{ image.extraSupportedExtensions.join(', ') }}">many more</span>
|
||||
uib-tooltip="{{ image.extraSupportedExtensions.join(', ') }}">others</span>
|
||||
</p>
|
||||
</div>
|
||||
<div ng-if="main.selection.hasImage()">
|
||||
|
Loading…
x
Reference in New Issue
Block a user