Remove constant only used once and mark string to be internationalized
FEA: ItEr76S28UserDashboard
This commit is contained in:
parent
73cdf9463e
commit
14605d2ff7
1 changed files with 1 additions and 3 deletions
|
|
@ -71,8 +71,6 @@ public class ExpenseSheetCRUDController extends BaseCRUDController<ExpenseSheet>
|
|||
@Autowired
|
||||
private IExpenseSheetModel expenseSheetModel;
|
||||
|
||||
private static final String ITEM = "item";
|
||||
|
||||
/*
|
||||
* components editWindow
|
||||
*/
|
||||
|
|
@ -198,7 +196,7 @@ public class ExpenseSheetCRUDController extends BaseCRUDController<ExpenseSheet>
|
|||
return _("expense line of the ") + task.getName() + " - " + date;
|
||||
}
|
||||
}
|
||||
return ITEM;
|
||||
return _("item");
|
||||
}
|
||||
|
||||
private void reloadExpenseSheetLines() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue