Replace leftover German words (#857)
This commit is contained in:
parent
03b0a456e7
commit
19a81bbdb1
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ class App.ObjectManagerAttribute extends App.Model
|
||||||
@url: @apiPath + '/object_manager_attributes'
|
@url: @apiPath + '/object_manager_attributes'
|
||||||
@configure_attributes = [
|
@configure_attributes = [
|
||||||
{ name: 'name', display: 'Name', tag: 'input', type: 'text', limit: 100, null: false },
|
{ name: 'name', display: 'Name', tag: 'input', type: 'text', limit: 100, null: false },
|
||||||
{ name: 'display', display: 'Anzeige', tag: 'input', type: 'text', limit: 100, null: false },
|
{ name: 'display', display: 'Display', tag: 'input', type: 'text', limit: 100, null: false },
|
||||||
{ name: 'object', display: 'Object', tag: 'input', readonly: 1 },
|
{ name: 'object', display: 'Object', tag: 'input', readonly: 1 },
|
||||||
{ name: 'position', display: 'Position', tag: 'input', readonly: 1 },
|
{ name: 'position', display: 'Position', tag: 'input', readonly: 1 },
|
||||||
{ name: 'active', display: 'Active', tag: 'active', default: true },
|
{ name: 'active', display: 'Active', tag: 'active', default: true },
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
<td><span>Niklas</span></td>
|
<td><span>Niklas</span></td>
|
||||||
|
|
||||||
<td class="actionCell no-padding">
|
<td class="actionCell no-padding">
|
||||||
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> Aus Benutzeransicht anzeigen</div>
|
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> View from user's perspective</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
<td><span>Hubermeyerschmidt</span></td>
|
<td><span>Hubermeyerschmidt</span></td>
|
||||||
|
|
||||||
<td class="actionCell no-padding">
|
<td class="actionCell no-padding">
|
||||||
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> Aus Benutzeransicht anzeigen</div>
|
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> View from user's perspective</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
<td><span>Braun</span></td>
|
<td><span>Braun</span></td>
|
||||||
|
|
||||||
<td class="actionCell no-padding">
|
<td class="actionCell no-padding">
|
||||||
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> Aus Benutzeransicht anzeigen</div>
|
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> View from user's perspective</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
<td><span>Blanko</span></td>
|
<td><span>Blanko</span></td>
|
||||||
|
|
||||||
<td class="actionCell no-padding">
|
<td class="actionCell no-padding">
|
||||||
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> Aus Benutzeransicht anzeigen</div>
|
<div class="btn btn--primary btn--table switchView"><%- @Icon('switchView') %> View from user's perspective</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue