feat: add notes for creation of apps and integrations in widget edit modal (#1297)
* feat: add notes for creation of apps and integrations in widget edit modal * fix: unit test failing when with-description flag missing
This commit is contained in:
@@ -576,6 +576,7 @@ export default {
|
||||
tryAgain: "Try again",
|
||||
loading: "Loading",
|
||||
},
|
||||
here: "here",
|
||||
iconPicker: {
|
||||
label: "Icon URL",
|
||||
header: "Type name or objects to filter for icons... Homarr will search through {countIcons} icons for you.",
|
||||
@@ -1157,6 +1158,14 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
integration: {
|
||||
noData: "No integration found",
|
||||
description: "Click {here} to create a new integration",
|
||||
},
|
||||
app: {
|
||||
noData: "No app found",
|
||||
description: "Click {here} to create a new app",
|
||||
},
|
||||
error: {
|
||||
action: {
|
||||
logs: "Check logs for more details",
|
||||
|
||||
Reference in New Issue
Block a user