fix priority label

pull/2652/head
Mihail Maxacov 10 years ago
parent 0e93cc57b5
commit 57c0fb3de7
  1. 3
      frontend/app/services/overview-tab-inplace-editor-config.js

@ -103,7 +103,8 @@ module.exports = function() {
type: 'select2',
attribute: 'priority.name',
embedded: true,
placeholder: '-'
placeholder: '-',
attributeTitle: I18n.t('js.work_packages.properties.priority')
},
};
}

Loading…
Cancel
Save