Browse Source

fix typo

Based on the other error strings found in the file, I believe this is the correct string. `s/Opps/Oops`
gre-patch-1
Gastón I. Silva 6 years ago
committed by GitHub
parent
commit
52ab6e72ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      static/i18n/en/app.json

4
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"
}
}
}
}

Loading…
Cancel
Save