Blame Raw
· · · 27 lines (1.2 KB)
0 contributors
1<div class="flex-container flexFlowColumn marginBot10">
2 <h3 data-i18n="Do you want to export connection data with the preset?">
3 Do you want to export connection data with the preset?
4 </h3>
5
6 <div data-i18n="This includes the selected source, models, and other preferences set in the API Connections panel.">
7 This includes the selected source, models, and other preferences set in the API Connections panel.
8 </div>
9
10 <strong data-i18n="Your stored API keys are never exported.">
11 Your stored API keys are never exported.
12 </strong>
13</div>
14<div class="flex-container flexFlowColumn">
15 <label class="checkbox_label" for="export_connection_data_yes">
16 <input type="radio" id="export_connection_data_yes" name="export_connection_data" value="true">
17 <span data-i18n="Export connection data">
18 Export connection data
19 </span>
20 </label>
21 <label class="checkbox_label" for="export_connection_data_no">
22 <input type="radio" id="export_connection_data_no" name="export_connection_data" value="false" checked>
23 <span data-i18n="Do not export connection data">
24 Do not export connection data
25 </span>
26 </label>
27</div>