mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
Vacancy templates (#2351)
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
This commit is contained in:
@@ -21,13 +21,14 @@ import { AnyComponent } from '@hcengineering/ui'
|
||||
export default mergeIds(taskId, task, {
|
||||
string: {
|
||||
CreateProject: '' as IntlString,
|
||||
Description: '' as IntlString,
|
||||
DescriptionPlaceholder: '' as IntlString,
|
||||
ShortDescription: '' as IntlString,
|
||||
ProjectName: '' as IntlString,
|
||||
ProjectNamePlaceholder: '' as IntlString,
|
||||
TaskCreateLabel: '' as IntlString,
|
||||
TaskAssignee: '' as IntlString,
|
||||
TaskNamePlaceholder: '' as IntlString,
|
||||
TaskDescription: '' as IntlString,
|
||||
TaskDescriptionPlaceholder: '' as IntlString,
|
||||
States: '' as IntlString,
|
||||
DoneStates: '' as IntlString,
|
||||
TodoDescriptionPlaceholder: '' as IntlString,
|
||||
@@ -67,6 +68,7 @@ export default mergeIds(taskId, task, {
|
||||
CantStatusDeleteError: '' as IntlString,
|
||||
Archive: '' as IntlString,
|
||||
Unarchive: '' as IntlString,
|
||||
RelatedIssues: '' as IntlString,
|
||||
|
||||
Tasks: '' as IntlString,
|
||||
Assigned: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user