diff --git a/apihub-root/lightweight-pwa/js/translations.js b/apihub-root/lightweight-pwa/js/translations.js index 20bfe36..838f4c0 100644 --- a/apihub-root/lightweight-pwa/js/translations.js +++ b/apihub-root/lightweight-pwa/js/translations.js @@ -2,8 +2,8 @@ export const translations = { "en": { "app_version": "App version: ", "welcome": "Welcome to PharmaLedger", - "scan_explain": "Find the 2D code on your medicine to scan and view information", - "scan_button": "Scan Datamatrix", + "scan_explain": "Find the DataMatrix Barcode on your medicine to scan and view information", + "scan_button": "Scan DataMatrix", "app_name": "PharmaLedger", "cancel": "Cancel", "change_camera": "Change camera", @@ -20,7 +20,7 @@ export const translations = { "leaflet_incorrect_date_subtitle": "Scanned date is incorrect", "leaflet_incorrect_date_message": "<b> This product's date is incorrect</b>.", "select_lang_title": "Leaflet unavailable", - "select_lang_subtitle": "Language Missing", + "select_lang_subtitle": "Language Unavailable", "scan_error_title": "Scan Error", "scan_parse_error_message": "Error parsing GS1 non standard code:", "scan_parse_error": "Failed to parse 2d matrix",