mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
select one collection string
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 24ffb55ce0...00f1aad65e
@@ -24,6 +24,7 @@ export class CollectionsComponent extends BaseCollectionsComponent {
|
|||||||
i18nService: I18nService, cipherService: CipherService,
|
i18nService: I18nService, cipherService: CipherService,
|
||||||
private apiService: ApiService) {
|
private apiService: ApiService) {
|
||||||
super(collectionService, platformUtilsService, i18nService, cipherService);
|
super(collectionService, platformUtilsService, i18nService, cipherService);
|
||||||
|
this.allowSelectNone = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async loadCipher() {
|
protected async loadCipher() {
|
||||||
|
|||||||
@@ -2838,5 +2838,8 @@
|
|||||||
},
|
},
|
||||||
"rotateApiKey": {
|
"rotateApiKey": {
|
||||||
"message": "Rotate API Key"
|
"message": "Rotate API Key"
|
||||||
|
},
|
||||||
|
"selectOneCollection": {
|
||||||
|
"message": "You must select at least one collection."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user