mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge pull request #5103 from ipyramiddev/master
make available translation text to set empty string
This commit is contained in:
commit
f4e315cf52
1 changed files with 2 additions and 1 deletions
|
@ -23,10 +23,11 @@ Translation.attachSchema(
|
|||
* the translation text
|
||||
*/
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
createdAt: {
|
||||
/**
|
||||
* creation date of the organization user
|
||||
* creation date of the translation custom string
|
||||
*/
|
||||
type: Date,
|
||||
// eslint-disable-next-line consistent-return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue