Skip to content

Commit 04354d5

Browse files
committed
Add db name to status description of unrecognized notifications
1 parent 76e8a4e commit 04354d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ m|UNRECOGNIZED
966966
m|01N50
967967
|Status description
968968
a|warn: unknown label.
969-
The label `{ $label }` does not exist.
969+
The label `{ $label }` does not exist in database `{ $db }`.
970970
Verify that the spelling is correct.
971971
|Classification
972972
m|UNRECOGNIZED
@@ -992,7 +992,7 @@ Returned GQLSTATUS code::
992992

993993
Returned status description::
994994
warn: unknown label.
995-
The label `Perso` does not exist.
995+
The label `Perso` does not exist in database `neo4j`.
996996
Verify that the spelling is correct.
997997

998998
Suggestions for improvement::
@@ -1038,7 +1038,7 @@ m|UNRECOGNIZED
10381038
m|01N51
10391039
|Status description
10401040
a|warn: unknown relationship type.
1041-
The relationship type `{ $reltype }` does not exist.
1041+
The relationship type `{ $reltype }` does not exist in database `{ $db }`.
10421042
Verify that the spelling is correct.
10431043
|Classification
10441044
m|UNRECOGNIZED
@@ -1063,7 +1063,7 @@ Returned GQLSTATUS code::
10631063

10641064
Returned status description::
10651065
warn: unknown relationship type.
1066-
The relationship type `NonExistingType` does not exist.
1066+
The relationship type `NonExistingType` does not exist in database `neo4j`.
10671067
Verify that the spelling is correct.
10681068

10691069
Suggestions for improvement::
@@ -1109,7 +1109,7 @@ m|UNRECOGNIZED
11091109
m|01N52
11101110
|Status description
11111111
a|warn: unknown property key.
1112-
The property `{ $propkey }` does not exist.
1112+
The property `{ $propkey }` does not exist in database `{ $db }`.
11131113
Verify that the spelling is correct.
11141114
|Classification
11151115
m|UNRECOGNIZED
@@ -1135,7 +1135,7 @@ Returned GQLSTATUS code::
11351135

11361136
Returned status description::
11371137
warn: unknown property key.
1138-
The property `nme` does not exist.
1138+
The property `nme` does not exist in database `neo4j`.
11391139
Verify that the spelling is correct.
11401140

11411141
Suggestions for improvement::

0 commit comments

Comments
 (0)