From 52ab6e72ba63d42c7187557e9c6655904e1242e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20I=2E=20Silva?= Date: Wed, 16 Jan 2019 07:36:06 -0800 Subject: [PATCH] fix typo Based on the other error strings found in the file, I believe this is the correct string. `s/Opps/Oops` --- static/i18n/en/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 3b57aa53..2a458bf7 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -851,7 +851,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { @@ -904,4 +904,4 @@ "title": "Couldn’t load fee rates, please set manual fees" } } -} \ No newline at end of file +}