Skip to content

Commit 6dae3eb

Browse files
-
1 parent ef999bc commit 6dae3eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/Modules/node/node_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{% if '*' == row['master'] %}{{ appImport.badge({'title': 'master'|trans, 'context': 'master_node'}) }}{% endif %}
7575

7676
{% if row['node.role'] is defined %}
77-
<br><small>{{ 'roles'|trans }}: {% for role in row['node.role']|split('') %}
77+
<br><small>{{ 'main_roles'|trans }}: {% for role in row['node.role']|split('') %}
7878
{% if role in ['d', 'i', 'm', 'v'] %}
7979
{{ appImport.badge({'title': ('node_roles.' ~ role)|trans, 'context': 'secondary'}) }}
8080
{% endif %}

translations/messages.en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ login: "Login"
463463
logout: "Logout"
464464
long_text: "More than 500 characters"
465465
lower_bound_of_the_total: "The number of returned documents is a lower bound."
466+
main_roles: "Main roles"
466467
managed: "Managed"
467468
manual_allocation: "Manual allocation"
468469
map: "Map"

0 commit comments

Comments
 (0)