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