mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
[Frontend] Fix typo
This commit is contained in:
parent
c6caae8647
commit
72ecbb0abc
@ -26,7 +26,7 @@
|
|||||||
<a class="s-button t-export icon-download labeled first"
|
<a class="s-button t-export icon-download labeled first"
|
||||||
ng-click="plot.exportPDF()"
|
ng-click="plot.exportPDF()"
|
||||||
title="Export This View's Data as PDF">
|
title="Export This View's Data as PDF">
|
||||||
JPG
|
PDF
|
||||||
</a>
|
</a>
|
||||||
<a class="s-button t-export labeled"
|
<a class="s-button t-export labeled"
|
||||||
ng-click="plot.exportPNG()"
|
ng-click="plot.exportPNG()"
|
||||||
@ -36,7 +36,7 @@
|
|||||||
<a class="s-button t-export labeled last"
|
<a class="s-button t-export labeled last"
|
||||||
ng-click="plot.exportJPG()"
|
ng-click="plot.exportJPG()"
|
||||||
title="Export This View's Data as JPG">
|
title="Export This View's Data as JPG">
|
||||||
PDF
|
JPG
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user