From 337c01daf8f5f6f1048b15415d518db1a0f8ddc0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 30 Jul 2018 16:57:58 -0400 Subject: [PATCH] select, not select in --- package.json | 2 +- src/locales/en/messages.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c79536ad09..9b113b1e05 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "sub:update": "git submodule update --remote", "sub:pull": "git submodule foreach git pull", "postinstall": "npm run sub:init", - "clean:l10n": "git branch -d origin/l10n_master", + "clean:l10n": "git push origin --delete l10n_master", "build": "gulp prebuild && webpack --config webpack.config.js", "build:watch": "gulp prebuild && webpack-serve --config webpack.config.js", "build:prod": "gulp prebuild && cross-env NODE_ENV=production webpack --config webpack.config.js", diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index d5649bdbd4..00dfb06f46 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -1096,7 +1096,7 @@ "message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port." }, "twoFactorYubikeySelectKey": { - "message": "Select in the first empty YubiKey input field below." + "message": "Select the first empty YubiKey input field below." }, "twoFactorYubikeyTouchButton": { "message": "Touch the YubiKey's button."