|
@@ -157,8 +157,8 @@
|
|
|
</colgroup>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th><%- @T('LDAP Attribute') %>
|
|
|
- <th><%- @T('Zammad Attribute') %>
|
|
|
+ <th><%- @T('%s Attribute', 'LDAP') %>
|
|
|
+ <th><%- @T('%s Attribute', 'Zammad') %>
|
|
|
<th><%- @T('Action') %>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -182,8 +182,8 @@
|
|
|
</colgroup>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th><%- @T('LDAP Group') %>
|
|
|
- <th><%- @T('Zammad Role') %>
|
|
|
+ <th><%- @T('%s Group', 'LDAP') %>
|
|
|
+ <th><%- @T('%s Role', 'Zammad') %>
|
|
|
<th><%- @T('Action') %>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -227,7 +227,7 @@
|
|
|
<a class="btn btn--text btn--secondary js-goToSlide align-left" data-slide="js-mapping"><%- @T('Go Back') %></a>
|
|
|
</div>
|
|
|
<div class="modal-rightFooter">
|
|
|
- <button class="btn btn--primary align-right js-submitSave"><%- @T('Save and start sync') %></button>
|
|
|
+ <button class="btn btn--primary align-right js-submitSave"><%- @T('Save configuration') %></button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|