Update createCheckpoint.html: fix data-i18n

This commit is contained in:
Rivelle
2024-12-30 15:36:06 +08:00
committed by GitHub
parent cfa4bcc1b8
commit 5da312356a

View File

@@ -1,8 +1,8 @@
<div> <div>
<span class="margin-right-10px">Enter Checkpoint Name:</span><small>(Leave empty to auto-generate)</small> <span class="margin-right-10px" data-i18n="Enter Checkpoint Name:">Enter Checkpoint Name:</span><small data-i18n="(Leave empty to auto-generate)">(Leave empty to auto-generate)</small>
</div> </div>
{{#if isReplace}} {{#if isReplace}}
<div class="m-t-1"> <div class="m-t-1">
<small>The currently existing checkpoint will be unlinked and replaced with the new checkpoint, but can still be found in the Chat Management.</small> <small data-i18n="The currently existing checkpoint will be unlinked and replaced with the new checkpoint, but can still be found in the Chat Management.">The currently existing checkpoint will be unlinked and replaced with the new checkpoint, but can still be found in the Chat Management.</small>
</div> </div>
{{/if}} {{/if}}