mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
fix typos (#1969)
This commit is contained in:
@@ -52,7 +52,7 @@ LNURL has a fallback scheme, so if scanned by a regular QR code reader it can de
|
|||||||

|

|
||||||
|
|
||||||
Using **lnbits.com/?lightning="LNURL-withdraw"** will trigger a withdraw that builds an LNbits wallet.
|
Using **lnbits.com/?lightning="LNURL-withdraw"** will trigger a withdraw that builds an LNbits wallet.
|
||||||
Example use would be an ATM, which utilises LNURL, if the user scans the QR with a regular QR code scanner app, they will still be able to access the funds.
|
Example use would be an ATM, which utilizes LNURL, if the user scans the QR with a regular QR code scanner app, they will still be able to access the funds.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</q-banner>
|
</q-banner>
|
||||||
<q-banner v-if="!updateAvailable" class="bg-green text-white">
|
<q-banner v-if="!updateAvailable" class="bg-green text-white">
|
||||||
<q-icon size="28px" name="checknark"></q-icon>
|
<q-icon size="28px" name="checkmark"></q-icon>
|
||||||
<span v-text="$t('latest_update', {version: statusData.version})"></span>
|
<span v-text="$t('latest_update', {version: statusData.version})"></span>
|
||||||
</q-banner>
|
</q-banner>
|
||||||
<q-card>
|
<q-card>
|
||||||
|
@@ -165,7 +165,7 @@
|
|||||||
<q-toggle
|
<q-toggle
|
||||||
v-if="extension.isAvailable && extension.isInstalled && g.user.admin"
|
v-if="extension.isAvailable && extension.isInstalled && g.user.admin"
|
||||||
:label="extension.isActive ? $t('activated'): $t('deactivated') "
|
:label="extension.isActive ? $t('activated'): $t('deactivated') "
|
||||||
color="secodary"
|
color="secondary"
|
||||||
style="max-height: 21px"
|
style="max-height: 21px"
|
||||||
v-model="extension.isActive"
|
v-model="extension.isActive"
|
||||||
@input="toggleExtension(extension)"
|
@input="toggleExtension(extension)"
|
||||||
|
Reference in New Issue
Block a user