We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3b1b4 commit 8f22dfdCopy full SHA for 8f22dfd
libs/sq-server-commons/src/l10n/default.ts
@@ -1994,6 +1994,8 @@ export const defaultMessages = {
1994
'architecture.page.model.duplicate_connection':
1995
'A connection between "{source}" and "{target}" already exists',
1996
'architecture.page.model.same_source_and_target': 'A group cannot be connected to itself',
1997
+ 'architecture.page.model.source_and_target_are_not_siblings':
1998
+ 'A group cannot be connected to a group that is not a sibling',
1999
'architecture.page.model.title': 'Architecture model',
2000
'architecture.page.model.subtitle': 'Define your architecture model as code',
2001
'architecture.page.model.description': 'You can define your architecture model as code below.',
0 commit comments