summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/incidents/constants.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-31 15:10:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-31 15:10:14 +0000
commitea937d0916c4a3325daf45edd420aeea7da32944 (patch)
treea58f9456f0b8dab30c9621b0dad6015d77bce755 /app/assets/javascripts/incidents/constants.js
parent2f2c8f84bf1dd181f28f71505c6216f34d67532e (diff)
downloadgitlab-ce-ea937d0916c4a3325daf45edd420aeea7da32944.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/incidents/constants.js')
-rw-r--r--app/assets/javascripts/incidents/constants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/incidents/constants.js b/app/assets/javascripts/incidents/constants.js
index 3a3efa98f25..0fc5c911cfe 100644
--- a/app/assets/javascripts/incidents/constants.js
+++ b/app/assets/javascripts/incidents/constants.js
@@ -6,6 +6,7 @@ export const I18N = {
unassigned: s__('IncidentManagement|Unassigned'),
createIncidentBtnLabel: s__('IncidentManagement|Create incident'),
searchPlaceholder: __('Search or filter results...'),
+ unPublished: s__('IncidentManagement|Unpublished'),
};
export const INCIDENT_STATE_TABS = [