Skip to content

Commit 517c8bc

Browse files
committed
Merge remote-tracking branch 'origin/weblate' into weblate
2 parents f4ff2c4 + 549b151 commit 517c8bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/src/__generated__/locales/es.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/features/crawl-workflows/workflow-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export class WorkflowEditor extends BtrixElement {
257257
FormState["scheduleType"],
258258
string
259259
> = {
260-
date: msg("Run on a specific date & time"),
260+
date: msg("Run on a specific date and time"),
261261
cron: msg("Run on a recurring basis"),
262262
none: msg("No schedule"),
263263
};

frontend/xliff/es.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4403,9 +4403,9 @@
44034403
<trans-unit id="h7047060377c6217c">
44044404
<source>Cancel &amp; Discard Crawl</source>
44054405
</trans-unit>
4406-
<trans-unit xml:space="preserve" id="s771d6468b1e5ae7f">
4407-
<source>Run on a specific date &amp; time</source>
4408-
<target state="translated">Ejecutar en una fecha &amp; hora específicos</target>
4406+
<trans-unit xml:space="preserve" id="sae69bd370363cb62">
4407+
<source>Run on a specific date and time</source>
4408+
<target state="translated">Ejecutar en una fecha y hora específicos</target>
44094409
</trans-unit>
44104410
</body>
44114411
</file>

0 commit comments

Comments
 (0)