diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb
index 4b71d08..5ed8348 100644
--- a/app/helpers/queries_helper.rb
+++ b/app/helpers/queries_helper.rb
@@ -25,7 +25,7 @@ module QueriesHelper
grouped = {}
query.available_filters.map do |field, field_options|
if [:tree, :relation].include?(field_options[:type])
- group = :label_related_issues
+ group = :label_relations
elsif field =~ /^(.+)\./
# association filters
group = "field_#{$1}"
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index 652894a..4d8a6b6 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -1197,3 +1197,4 @@ ar:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/az.yml b/config/locales/az.yml
index 16308be..4ba490d 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -1292,3 +1292,4 @@ az:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 73da362..39288ad 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1186,3 +1186,4 @@ bg:
setting_sys_api_key: API ключ
setting_lost_password: Забравена парола
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index 8be3b03..defe0b7 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1210,3 +1210,4 @@ bs:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index e253b5e..859fa0f 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -1190,3 +1190,4 @@ ca:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index d3bc58d..f5ed81a 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -1198,3 +1198,4 @@ cs:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 25e33d7..e90effe 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -1214,3 +1214,4 @@ da:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/de.yml b/config/locales/de.yml
index cbfd7f9..f2c336c 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1200,3 +1200,4 @@ de:
label_default_values_for_new_users: Standardwerte für neue Benutzer
error_ldap_bind_credentials: Invalid LDAP Account/Password
mail_body_settings_updated: ! 'The following settings were changed:'
+ label_relations: Relations
diff --git a/config/locales/el.yml b/config/locales/el.yml
index d81f1bb..0046838 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -1197,3 +1197,4 @@ el:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 46cd203..5ea8b7f 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1199,3 +1199,4 @@ en-GB:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 98b3e35..52489ce 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -989,6 +989,7 @@ en:
label_api: API
label_field_format_enumeration: Key/value list
label_default_values_for_new_users: Default values for new users
+ label_relations: Relations
button_login: Login
button_submit: Submit
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml
index 9b32d27..d709c81 100644
--- a/config/locales/es-PA.yml
+++ b/config/locales/es-PA.yml
@@ -1231,3 +1231,4 @@ es-PA:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 969cd2e..2af965c 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1229,3 +1229,4 @@ es:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/et.yml b/config/locales/et.yml
index 0f5c2fa..27d7e58 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1201,3 +1201,4 @@ et:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index 163e469..82a7c14 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -1198,3 +1198,4 @@ eu:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index ed464e6..369c96c 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1198,3 +1198,4 @@ fa:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 9d5d770..6f2206d 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -1218,3 +1218,4 @@ fi:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 2d0f511..0ba07d2 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -999,6 +999,7 @@ fr:
label_api: API
label_field_format_enumeration: Liste clé/valeur
label_default_values_for_new_users: Valeurs par défaut pour les nouveaux utilisateurs
+ label_relations: Relations
button_login: Connexion
button_submit: Soumettre
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 91581a5..4274269 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -1205,3 +1205,4 @@ gl:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 67699c3..318e477 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1202,3 +1202,4 @@ he:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 752faad..642e15c 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1196,3 +1196,4 @@ hr:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index c171a89..517deb9 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -1216,3 +1216,4 @@
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 1c7ec8d..eb16a58 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -1201,3 +1201,4 @@ id:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/it.yml b/config/locales/it.yml
index e7cd43c..69f5be5 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -1192,3 +1192,4 @@ it:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 6c3225f..f194f85 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1208,3 +1208,4 @@ ja:
mail_body_settings_updated: ! '下記の設定が変更されました:'
field_remote_ip: IPアドレス
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 414adf6..e3e0e6f 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -1241,3 +1241,4 @@ ko:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 6ae4ddb..50bf9d7 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -1186,3 +1186,4 @@ lt:
description_date_to: Įvesti pabaigos datą
text_repository_identifier_info: 'Leidžiamos tik mažosios raidės (a-z), skaitmenys, brūkšneliai ir pabraukimo simboliai.
Kartą išsaugojus pakeitimai negalimi'
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index c7d543d..68b9449 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1191,3 +1191,4 @@ lv:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index b5b1202..c07fe3a 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -1197,3 +1197,4 @@ mk:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index ae793d6..c9ba6b4 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -1198,3 +1198,4 @@ mn:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index e3abd22..822c4d5 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1176,3 +1176,4 @@ nl:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/no.yml b/config/locales/no.yml
index 7607914..1294aa9 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -1187,3 +1187,4 @@
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index a4a31b8..47c16ab 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -1212,3 +1212,4 @@ pl:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 1405d71..2687028 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -1216,3 +1216,4 @@ pt-BR:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index d52b6d5..9ea1660 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -1199,3 +1199,4 @@ pt:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index cf626bf..e851878 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -1192,3 +1192,4 @@ ro:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index c2a5028..2ad8d2d 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1298,3 +1298,4 @@ ru:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 28307d2..0b0189e 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -1187,3 +1187,4 @@ sk:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index ad92636..561ea8f 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -1197,3 +1197,4 @@ sl:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index cbca2a7..40156d0 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -1193,3 +1193,4 @@ sq:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index 854b0ec..8e84a87 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -1199,3 +1199,4 @@ sr-YU:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 5a99ed4..fe18344 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1198,3 +1198,4 @@ sr:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 3b1e72c..b19cdfd 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -1230,3 +1230,4 @@ sv:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/th.yml b/config/locales/th.yml
index d665e4b..4e9fd1d 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1194,3 +1194,4 @@ th:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index f7aaa29..e948bb8 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -1204,3 +1204,4 @@ tr:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 01067ad..f60845f 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -1192,3 +1192,4 @@ uk:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 094f91a..10935dd 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -1250,3 +1250,4 @@ vi:
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index d42b135..d501063 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1268,3 +1268,4 @@
description_date_to: 輸入結束日期
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。
一旦儲存之後, 代碼便無法再次被更改。'
label_wiki_page_new: New wiki page
+ label_relations: Relations
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index af3bd68..7e5800d 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1190,3 +1190,4 @@ zh:
mail_body_settings_updated: "下列设置已更新:"
field_remote_ip: IP 地址
label_wiki_page_new: New wiki page
+ label_relations: Relations