diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-05-18 14:09:13 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-05-23 15:06:25 +0000 |
| commit | f61ce091c08c662adc89fde14fc5f715c55f4b5d (patch) | |
| tree | abd27849337e35a6dacb115e0034401bc14d84a9 /app/overview | |
| parent | a7bd33761aaf2bd40126a027de85a74e236d6443 (diff) | |
| download | phosphor-webui-f61ce091c08c662adc89fde14fc5f715c55f4b5d.tar.gz phosphor-webui-f61ce091c08c662adc89fde14fc5f715c55f4b5d.zip | |
Make "high priority" lowercase
High should not be capitalized.
This follows the other options in the box: "Turn on server LED",
"Edit network settings", and "Serial over LAN console"
Before: "View x High priority events"
After: "View x high priority events"
Change-Id: I11b8487881cff9da4e6de58871204125045bbea8
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview')
| -rw-r--r-- | app/overview/controllers/system-overview-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html index 31c551f..d7a3f06 100644 --- a/app/overview/controllers/system-overview-controller.html +++ b/app/overview/controllers/system-overview-controller.html @@ -81,7 +81,7 @@ <div class="column large-4 no-padding"> <div class="quick-links"> <a href="#/server-health/event-log/high" class="quick-links__item quick-links__events event-log__events" ng-show="logs.length"> - <p class="inline quick-links__event-copy">View {{logs.length}} High priority events</p><!-- link to event log filtered to the high priority events --> + <p class="inline quick-links__event-copy">View {{logs.length}} high priority events</p><!-- link to event log filtered to the high priority events --> </a> <div class="quick-links__item no-icon"> <p class="inline quick-links__label">BMC time</p> |

