diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 15:39:17 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 15:39:17 +0200 |
| commit | b7dee77cd1dd6f70e3bfa55df8b61681e9db321e (patch) | |
| tree | c621c76a1e4bc96f16473d26ca239fbf83a0caff /app/views/admin/conventions.html.erb | |
| parent | 78cd4957c4ca5bd05d93af6061487db095d04ee5 (diff) | |
Extract admin strings to i18n: dashboard, layout chrome, and the JS bridge
Diffstat (limited to 'app/views/admin/conventions.html.erb')
| -rw-r--r-- | app/views/admin/conventions.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/conventions.html.erb b/app/views/admin/conventions.html.erb index 72f6214a..434c2e9c 100644 --- a/app/views/admin/conventions.html.erb +++ b/app/views/admin/conventions.html.erb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <h1>Node creation conventions</h1> | 1 | <h1><%= t(".title") %></h1> |
| 2 | 2 | ||
| 3 | <table id="conventions"> | 3 | <table id="conventions"> |
| 4 | <tr><th>Kind</th><th>What happens</th></tr> | 4 | <tr><th><%= t(".kind") %></th><th><%= t(".what_happens") %></th></tr> |
| 5 | <% @node_kinds.each do |kind, config| %> | 5 | <% @node_kinds.each do |kind, config| %> |
| 6 | <tr> | 6 | <tr> |
| 7 | <td><%= kind %></td> | 7 | <td><%= kind %></td> |
