feat: quick add app modal (#2248)
This commit is contained in:
@@ -1608,7 +1608,8 @@
|
||||
},
|
||||
"app": {
|
||||
"noData": "No app found",
|
||||
"description": "Click <here></here> to create a new app"
|
||||
"description": "Click <here></here> to create a new app",
|
||||
"quickCreate": "Create app on the fly"
|
||||
},
|
||||
"error": {
|
||||
"noIntegration": "No integration selected",
|
||||
@@ -2007,6 +2008,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickCreateApp": {
|
||||
"modal": {
|
||||
"title": "Create app on the fly",
|
||||
"createAndUse": "Create and use"
|
||||
}
|
||||
}
|
||||
},
|
||||
"field": {
|
||||
|
||||
Reference in New Issue
Block a user