mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
ProductBarcode: properly use of language system in frontend/Scanner.vue
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
<div class="flex">
|
||||
<MdiBarcode class="text-default mr-2" />
|
||||
<span class="flex-1 text-center text-sm font-medium">
|
||||
{{ detectedBarcodeType }} product barcode detected: <strong>{{ detectedBarcode }}</strong>
|
||||
{{ detectedBarcodeType }} {{ $t("scanner.barcode_detected_message") }}: <strong>{{ detectedBarcode }}</strong>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<ButtonGroup>
|
||||
<Button :disabled="loading" type="submit" @click="handleButtonClick">
|
||||
Fetchdata and create
|
||||
{{ $t("scanner.barcode_fetch_data") }}
|
||||
</Button>
|
||||
</ButtonGroup>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user