mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Redefine cipher "share" to "move to organization" (#1903)
* Redefine cipher "share" to "move to organization" * PR review * update jslib
This commit is contained in:
@@ -310,7 +310,7 @@ export class SettingsComponent implements OnInit {
|
||||
|
||||
async share() {
|
||||
const confirmed = await this.platformUtilsService.showDialog(
|
||||
this.i18nService.t('shareVaultConfirmation'), this.i18nService.t('shareVault'),
|
||||
this.i18nService.t('learnOrgConfirmation'), this.i18nService.t('learnOrg'),
|
||||
this.i18nService.t('yes'), this.i18nService.t('cancel'));
|
||||
if (confirmed) {
|
||||
BrowserApi.createNewTab('https://help.bitwarden.com/article/what-is-an-organization/');
|
||||
|
||||
Reference in New Issue
Block a user