diff options
| author | Simon Rettberg | 2021-12-07 14:56:43 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2022-03-09 15:06:54 +0100 |
| commit | 7fb2e4ca050784269e78133cc5a2610e066c660f (patch) | |
| tree | e614880d2f8189e33da763f70fbc9cf7d09e72cb /modules-available/passthrough/lang | |
| parent | [eventlog] install: Fix SQL (diff) | |
| download | slx-admin-7fb2e4ca050784269e78133cc5a2610e066c660f.tar.gz slx-admin-7fb2e4ca050784269e78133cc5a2610e066c660f.tar.xz slx-admin-7fb2e4ca050784269e78133cc5a2610e066c660f.zip | |
[statistics/passthrough] Consider group<->location mapping for KCL
Diffstat (limited to 'modules-available/passthrough/lang')
| -rw-r--r-- | modules-available/passthrough/lang/de/module.json | 3 | ||||
| -rw-r--r-- | modules-available/passthrough/lang/en/module.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/passthrough/lang/de/module.json b/modules-available/passthrough/lang/de/module.json new file mode 100644 index 00000000..c8657ccd --- /dev/null +++ b/modules-available/passthrough/lang/de/module.json @@ -0,0 +1,3 @@ +{ + "location-column-header": "Passthrough" +}
\ No newline at end of file diff --git a/modules-available/passthrough/lang/en/module.json b/modules-available/passthrough/lang/en/module.json new file mode 100644 index 00000000..c8657ccd --- /dev/null +++ b/modules-available/passthrough/lang/en/module.json @@ -0,0 +1,3 @@ +{ + "location-column-header": "Passthrough" +}
\ No newline at end of file |
