Normalize "OK" to uppercase in all dialogs; (#3850)

Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
This commit is contained in:
Charles Hacskaylo
2021-05-21 15:38:29 -07:00
committed by GitHub
parent aebb5df611
commit 979ba77c8e
4 changed files with 5 additions and 5 deletions

View File

@ -235,7 +235,7 @@ define(['lodash'], function (_) {
message: `Warning! This action will remove this item from the Display Layout. Do you want to continue?`,
buttons: [
{
label: 'Ok',
label: 'OK',
emphasis: 'true',
callback: function () {
removeItem(getAllTypes(selection));