Skip to content

Commit dd0e832

Browse files
[~] Fix error text CactuseSecurity#2949
1 parent 21ae927 commit dd0e832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/database/files/sql/idempotent/fworch-texts.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,10 @@ INSERT INTO txt VALUES ('add_interface', 'German', 'Schnittstelle hinzuf&uu
11561156
INSERT INTO txt VALUES ('add_interface', 'English', 'Add Interface');
11571157
INSERT INTO txt VALUES ('edit_interface', 'German', 'Schnittstelle bearbeiten');
11581158
INSERT INTO txt VALUES ('edit_interface', 'English', 'Edit Interface');
1159-
INSERT INTO txt VALUES ('interface_contain_nwarea','German', 'Schnittstellen dürfen keine Netzbereiche enthalten');
1159+
INSERT INTO txt VALUES ('interface_contain_nwarea','German','Schnittstellen dürfen keine Netzbereiche enthalten');
11601160
INSERT INTO txt VALUES ('interface_contain_nwarea','English','Interfaces must not contain network areas');
1161-
INSERT INTO txt VALUES ('direction_contain_nwarea', 'German','Schnittstelle löschen');
1162-
INSERT INTO txt VALUES ('direction_contain_nwarea', 'English','Delete Interface');
1161+
INSERT INTO txt VALUES ('direction_contain_nwarea','German','Quelle und Ziel dürfen nicht gleichzeitig einen Netzbereich enthalten');
1162+
INSERT INTO txt VALUES ('direction_contain_nwarea','English','Source and destination must not contain a network area at the same time');
11631163
INSERT INTO txt VALUES ('delete_interface', 'German', 'Schnittstelle löschen');
11641164
INSERT INTO txt VALUES ('delete_interface', 'English', 'Delete Interface');
11651165
INSERT INTO txt VALUES ('insert_forbidden', 'German', 'Einfügen verboten');

0 commit comments

Comments
 (0)