change region and municipality property names to english
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@
|
||||
<ul class="collection with-header">
|
||||
<% for(const municipality of municipalities) { %>
|
||||
<li class="collection-item" >
|
||||
<div id="<%= municipality.id %>" ><%= municipality.ime %>
|
||||
<div id="<%= municipality.id %>" ><%= municipality.name %>
|
||||
<a href="#!" class="secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<ul class="collection with-header">
|
||||
<% for(const region of regions) { %>
|
||||
<li class="collection-item" >
|
||||
<div id="<%= region.id %>" ><%= region.ime %>
|
||||
<div id="<%= region.id %>" ><%= region.name %>
|
||||
<a href="#!" class="secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user