From 57c0fb3de70c082235612086bf8fdc8a533158d1 Mon Sep 17 00:00:00 2001 From: Mihail Maxacov <0xf013@gmail.com> Date: Tue, 3 Mar 2015 14:26:41 +0200 Subject: [PATCH] fix priority label --- frontend/app/services/overview-tab-inplace-editor-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/services/overview-tab-inplace-editor-config.js b/frontend/app/services/overview-tab-inplace-editor-config.js index 252bbc3c79..e3113bd83d 100644 --- a/frontend/app/services/overview-tab-inplace-editor-config.js +++ b/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') }, }; }