Skip to content

Commit f438266

Browse files
committed
Import page backend localization
1 parent 3d38b27 commit f438266

File tree

5 files changed

+643
-602
lines changed

5 files changed

+643
-602
lines changed

app/import/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<meta charset="UTF-8" />
77
<!-- js -->
88
<script defer src="./src/js/index.js"></script>
9-
<script defer src="./src/js/qr.js"></script>
10-
<script defer src="./src/js/ga.js"></script>
119
<!-- css -->
1210
<link rel="stylesheet" href="../.././src/global.css" />
1311
<link rel="stylesheet" href="../../src/tailwind.css" />
@@ -40,8 +38,7 @@ <h4 data-loc>You can create your import file from QR codes and Google Authentica
4038
<div class="bg-gray-700 w-3/5 m-auto mt-20 mb-60 rounded-2xl relative text-center p-1">
4139
<div class="choose">
4240
<div class="mx-auto rounded-2xl bg-gray-800 w-2/3 mb-20" id="choose">
43-
<h2 class="pt-5">Import</h2>
44-
<h3>QR code</h3>
41+
<h3 class="pt-5" data-loc>QR code</h3>
4542
<details class="details mb-8">
4643
<summary data-loc class="summary">Instructions</summary>
4744
<h4>
@@ -84,8 +81,7 @@ <h4>
8481
</div>
8582

8683
<div class="mx-auto rounded-2xl bg-gray-800 w-2/3 mb-20" id="choose">
87-
<h2 class="pt-5">Advanced import</h2>
88-
<h3>Google Authenticator QR code</h3>
84+
<h3 class="pt-5" data-loc>Google Authenticator QR code</h3>
8985
<details class="details mb-8">
9086
<summary data-loc class="summary">Instructions</summary>
9187
<h4>

0 commit comments

Comments
 (0)