Skip to content

Commit 4e18148

Browse files
jbrz0Jonathan O'Donnell
authored andcommitted
fix: update placeholder again to correct value
1 parent f3c5bce commit 4e18148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-ui/pages/plugins/jira/MappingTagStatus.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const MappingTagStatus = ({reqValue, resValue, envName, clearBtnReq, clearBtnRes
55
<MappingTag
66
labelName="Rejected"
77
labelIntent="danger"
8-
placeholderText="Add Issue Status Types..."
8+
placeholderText="Add Issue Statuses..."
99
values={reqValue}
1010
helperText={envName}
1111
rightElement={clearBtnReq}
@@ -14,7 +14,7 @@ const MappingTagStatus = ({reqValue, resValue, envName, clearBtnReq, clearBtnRes
1414
<MappingTag
1515
labelName="Resolved"
1616
labelIntent="success"
17-
placeholderText="Add Issue Status Types..."
17+
placeholderText="Add Issue Statuses..."
1818
values={resValue}
1919
helperText={envName}
2020
rightElement={clearBtnRes}

0 commit comments

Comments
 (0)