Update createCheckpoint.html: fix data-i18n

5da312356a64d858c60e4e326f90d561dfa3e6c4

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +2 -2Showing whitespace changes
public/scripts/templates/createCheckpoint.html+2 -2
@@ -1,8 +1,8 @@
11<div>
22 <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>
33</div>
44{{#if isReplace}}
55<div class="m-t-1">
66 <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>
77</div>
88{{/if}}