
Guests gallery and list view were display different labels. Just fix it. Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo@linux.vnet.ibm.com> --- ui/pages/guest.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pages/guest.html.tmpl b/ui/pages/guest.html.tmpl index c8f32a9..c89e450 100644 --- a/ui/pages/guest.html.tmpl +++ b/ui/pages/guest.html.tmpl @@ -92,7 +92,7 @@ <div class="progress-bar light-grey memory"></div> <div class="progress-bar memory-progress-bar"></div> </div><!-- - --><span class="item-hidden">$_("Memory Available")</span> + --><span class="item-hidden">$_("Memory Utilization")</span> </span><!-- --><span class='column-storage'> <div class='measure-label storage-percentage'></div> -- 2.1.0