Skip to content

Commit c353383

Browse files
committed
Search Jobs UI: Change name of result "Failure" menu item to "Error", to be more consistent with rest of app.
1 parent e3e7f83 commit c353383

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/js/pages/Search.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Page.Search = class Search extends Page.PageUtils {
7575
options: [
7676
['', 'Any Result'],
7777
{ id: 'success', title: 'Success', icon: 'check-circle-outline' },
78-
{ id: 'error', title: 'Failure', icon: 'alert-decagram-outline' },
78+
{ id: 'error', title: 'Error', icon: 'alert-decagram-outline' },
7979
{ id: 'warning', title: 'Warning', icon: 'alert-outline' },
8080
{ id: 'critical', title: 'Critical', icon: 'fire-alert' },
8181
{ id: 'abort', title: 'Abort', icon: 'cancel' },

htdocs/js/pages/admin/Plugins.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Page.Plugins = class Plugins extends Page.PageUtils {
546546
id: 'fe_epd_result',
547547
options: [
548548
{ id: 'success', title: 'Success', icon: 'check-circle-outline' },
549-
{ id: 'error', title: 'Failure', icon: 'alert-decagram-outline' },
549+
{ id: 'error', title: 'Error', icon: 'alert-decagram-outline' },
550550
{ id: 'warning', title: 'Warning', icon: 'alert-outline' },
551551
{ id: 'critical', title: 'Critical', icon: 'fire-alert' },
552552
{ id: 'abort', title: 'Abort', icon: 'cancel' }

0 commit comments

Comments
 (0)