Skip to content

Commit

Permalink
[sdesk-4745] Correct the label for news value in planning preview
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew committed Oct 21, 2019
1 parent 19cf67d commit d3eb286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Planning/PlanningPreviewContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class PlanningPreviewContentComponent extends React.Component {
<Row enabled={get(formProfile, 'planning.editor.urgency.enabled')}>
<ColouredValueInput
value={urgency}
label="Urgency"
label={gettext('Urgency')}
iconName="urgency-label"
readOnly={true}
options={urgencies}
Expand Down

0 comments on commit d3eb286

Please sign in to comment.