Skip to content

Commit 88d3053

Browse files
authored
Updated Translations from Transifex (senaite#1926)
* updated translations * fixed i18n errors
1 parent 7200333 commit 88d3053

File tree

113 files changed

+72101
-31755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+72101
-31755
lines changed

src/senaite/core/exportimport/import.pt

+4-5
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
class="tab-pane fade"
153153
role="tabpanel">
154154

155-
<p>
155+
<div class="pb-1">
156156
<div class="form-text text-muted" i18n:translate="">
157157
Instruments can be configured with one or multiple import data interfaces.
158158
</div>
@@ -169,18 +169,17 @@
169169
<code class="">
170170
# m h dom mon dow command
171171
<br/>
172-
*/10 * * * * curl -u admin:secret <span tal:replace="python:context.absolute_url() + '/auto_import_results'"/>
172+
*/10 * * * * curl -u admin:secret <span tal:replace="python:context.absolute_url() + '/auto_import_results'"></span>
173173
</code>
174174
</div>
175-
</p>
175+
</div>
176176

177177
<div class="form-controls">
178178
<!-- Show last results -->
179179
<a class="" tal:attributes="href string:${context/absolute_url}/autoimportlogs">
180180
<input type="button"
181181
class="btn btn-sm btn-outline-secondary"
182182
i18n:attributes="value"
183-
i18n:attributes="value"
184183
value="Show last auto import logs" />
185184
</a>
186185
<!-- Trigger auto import -->
@@ -192,7 +191,7 @@
192191
</div>
193192

194193
<!-- Auto import results -->
195-
<pre class="autoimport-results pt-3"/>
194+
<pre class="autoimport-results pt-3"></pre>
196195

197196
</div>
198197

0 commit comments

Comments
 (0)