Update scenarioOverride.html: fix data-i18n

a2355ab2efc212f0a383ab98a7be6e485e8ba9bb

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +4 -4Showing whitespace changes
public/scripts/templates/scenarioOverride.html+4 -4
@@ -5,10 +5,10 @@
5 class="menu_button fa-solid fa-trash-can remove_scenario_override"></div>5 class="menu_button fa-solid fa-trash-can remove_scenario_override"></div>
6 </div>6 </div>
7 <div class="range-block-counter justifyLeft flex-container flexFlowColumn">7 <div class="range-block-counter justifyLeft flex-container flexFlowColumn">
8 <strong>Unique to this chat.</strong>8 <strong data-i18n="Unique to this chat.">Unique to this chat.</strong>
9 <span data-group="true">All group members will use the following scenario text instead of what is specified in their character cards.</span>9 <span data-group="true" data-i18n="All group members will use the following scenario text instead of what is specified in their character cards.">All group members will use the following scenario text instead of what is specified in their character cards.</span>
10 <span data-character="true">The following scenario text will be used instead of the value set in the character card.</span>10 <span data-character="true" data-i18n="The following scenario text will be used instead of the value set in the character card.">The following scenario text will be used instead of the value set in the character card.</span>
11 Checkpoints inherit the scenario override from their parent, and can be changed individually after that.11 <span data-i18n="Checkpoints inherit the scenario override from their parent, and can be changed individually after that.">Checkpoints inherit the scenario override from their parent, and can be changed individually after that.</span>
12 </div>12 </div>
13 <div class="range-block-range wide100p">13 <div class="range-block-range wide100p">
14 <textarea class="wide100p chat_scenario" class="text_pole" rows="15" data-i18n="[placeholder]Type here..."14 <textarea class="wide100p chat_scenario" class="text_pole" rows="15" data-i18n="[placeholder]Type here..."