aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/src/node_page.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/node_page.rs b/ui/src/node_page.rs
index a72eb9a..d9d2cf8 100644
--- a/ui/src/node_page.rs
+++ b/ui/src/node_page.rs
@@ -155,7 +155,7 @@ markup::define! {
table {
@for (key, value) in &node.identifiers { tr {
tr {
- td { @trs(lang, &format!("eid.{}", key)) }
+ td { @trs(lang, &format!("id.{}", key)) }
@if let Some(url) = external_id_url(*key, value) {
td { a[href=url] { pre { @value } } }
} else {