mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Fixed lint warning (#63)
This commit is contained in:
parent
3a40cb83bf
commit
bb459ce4b4
@ -185,7 +185,7 @@ export class AddEditComponent implements OnInit {
|
|||||||
|
|
||||||
// Adjust Cipher Name if Cloning
|
// Adjust Cipher Name if Cloning
|
||||||
if (this.cloneMode) {
|
if (this.cloneMode) {
|
||||||
this.cipher.name += " - " + this.i18nService.t('clone');
|
this.cipher.name += ' - ' + this.i18nService.t('clone');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.cipher = new CipherView();
|
this.cipher = new CipherView();
|
||||||
|
Loading…
Reference in New Issue
Block a user