mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
select, not select in
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"sub:update": "git submodule update --remote",
|
"sub:update": "git submodule update --remote",
|
||||||
"sub:pull": "git submodule foreach git pull",
|
"sub:pull": "git submodule foreach git pull",
|
||||||
"postinstall": "npm run sub:init",
|
"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": "gulp prebuild && webpack --config webpack.config.js",
|
||||||
"build:watch": "gulp prebuild && webpack-serve --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",
|
"build:prod": "gulp prebuild && cross-env NODE_ENV=production webpack --config webpack.config.js",
|
||||||
|
|||||||
@@ -1096,7 +1096,7 @@
|
|||||||
"message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port."
|
"message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port."
|
||||||
},
|
},
|
||||||
"twoFactorYubikeySelectKey": {
|
"twoFactorYubikeySelectKey": {
|
||||||
"message": "Select in the first empty YubiKey input field below."
|
"message": "Select the first empty YubiKey input field below."
|
||||||
},
|
},
|
||||||
"twoFactorYubikeyTouchButton": {
|
"twoFactorYubikeyTouchButton": {
|
||||||
"message": "Touch the YubiKey's button."
|
"message": "Touch the YubiKey's button."
|
||||||
|
|||||||
Reference in New Issue
Block a user