mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Start cipher numbering at 1 in error messages (#283)
This commit is contained in:
parent
42348e2fdc
commit
00122ab166
@ -378,7 +378,7 @@ export class ImportService implements ImportServiceAbstraction {
|
||||
}
|
||||
|
||||
if (itemType !== 'Folder' && itemType !== 'Collection') {
|
||||
errorMessage += '[' + i + '] ';
|
||||
errorMessage += '[' + (i + 1) + '] ';
|
||||
}
|
||||
|
||||
errorMessage += '[' + itemType + '] "' + item.name + '": ' + value;
|
||||
|
Loading…
Reference in New Issue
Block a user