mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[PS-683] Update negative copy (#2912)
* feat(browser): Update auto biometrics copy * refactor(common): remove TotpService.isAutoCopyEnabled and use state directly The TotpService was just taking the value from StateService and forwarding it, making it depend on state service. All services that depended on the TotpService.isAutoCopyEnable flag also depended on StateService. This therefore simplifies things by using StateService directly. * feat(browser): update auto totp copy * feat(browser): update add login notification copy * feat(browser): update change password notification copy * feat(browser): update context menu copy * feat(browser): update show cards current tab copy * feat(browser): update show identities current tab copy * feat(browser): update enable favicon copy * feat(browser): update badge counter copy * feat(browser): update auto-fill copy * feat(desktop): update auto biometrics prompt copy * feat(desktop): update favicon copy * feat(desktop): adjust copy * feat(web): update favicons copy * feat(web): adjust copy * feat(web): update preference settings to sentence case * feat(browser): update settings and options page to sentence case * feat(desktop): update settings to sentence case * feat(web): update copy * feat(desktop): update copy
This commit is contained in:
@@ -72,12 +72,12 @@
|
||||
<input
|
||||
class="form-check-input"
|
||||
type="checkbox"
|
||||
id="disableIcons"
|
||||
name="DisableIcons"
|
||||
[(ngModel)]="disableIcons"
|
||||
id="enableFavicons"
|
||||
name="enableFavicons"
|
||||
[(ngModel)]="enableFavicons"
|
||||
/>
|
||||
<label class="form-check-label" for="disableIcons">
|
||||
{{ "disableIcons" | i18n }}
|
||||
<label class="form-check-label" for="enableFavicons">
|
||||
{{ "enableFavicon" | i18n }}
|
||||
</label>
|
||||
<a
|
||||
href="https://bitwarden.com/help/website-icons/"
|
||||
@@ -88,7 +88,7 @@
|
||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
<small class="form-text text-muted">{{ "disableIconsDesc" | i18n }}</small>
|
||||
<small class="form-text text-muted">{{ "faviconDesc" | i18n }}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
|
||||
@@ -15,7 +15,7 @@ import { Utils } from "@bitwarden/common/misc/utils";
|
||||
})
|
||||
export class PreferencesComponent implements OnInit {
|
||||
vaultTimeoutAction = "lock";
|
||||
disableIcons: boolean;
|
||||
enableFavicons: boolean;
|
||||
enableGravatars: boolean;
|
||||
enableFullWidth: boolean;
|
||||
theme: ThemeType;
|
||||
@@ -70,7 +70,7 @@ export class PreferencesComponent implements OnInit {
|
||||
async ngOnInit() {
|
||||
this.vaultTimeout.setValue(await this.vaultTimeoutService.getVaultTimeout());
|
||||
this.vaultTimeoutAction = await this.stateService.getVaultTimeoutAction();
|
||||
this.disableIcons = await this.stateService.getDisableFavicon();
|
||||
this.enableFavicons = !(await this.stateService.getDisableFavicon());
|
||||
this.enableGravatars = await this.stateService.getEnableGravitars();
|
||||
this.enableFullWidth = await this.stateService.getEnableFullWidth();
|
||||
|
||||
@@ -95,7 +95,7 @@ export class PreferencesComponent implements OnInit {
|
||||
this.vaultTimeout.value,
|
||||
this.vaultTimeoutAction
|
||||
);
|
||||
await this.stateService.setDisableFavicon(this.disableIcons);
|
||||
await this.stateService.setDisableFavicon(!this.enableFavicons);
|
||||
await this.stateService.setEnableGravitars(this.enableGravatars);
|
||||
await this.stateService.setEnableFullWidth(this.enableFullWidth);
|
||||
this.messagingService.send("setFullWidth");
|
||||
|
||||
@@ -555,7 +555,7 @@
|
||||
"message": "Are you sure you want to log out?"
|
||||
},
|
||||
"logOut": {
|
||||
"message": "Log Out"
|
||||
"message": "Log out"
|
||||
},
|
||||
"ok": {
|
||||
"message": "Ok"
|
||||
@@ -1151,21 +1151,21 @@
|
||||
"languageDesc": {
|
||||
"message": "Change the language used by the web vault."
|
||||
},
|
||||
"disableIcons": {
|
||||
"message": "Disable Website Icons"
|
||||
"enableFavicon": {
|
||||
"message": "Show website icons"
|
||||
},
|
||||
"disableIconsDesc": {
|
||||
"message": "Website Icons provide a recognizable image next to each login item in your vault."
|
||||
"faviconDesc": {
|
||||
"message": "Show a recognizable image next to each login."
|
||||
},
|
||||
"enableGravatars": {
|
||||
"message": "Enable Gravatars",
|
||||
"description": "'Gravatar' is the name of a service. See www.gravatar.com"
|
||||
"message": "Show Gravatars",
|
||||
"description": "Use avatar images loaded from gravatar.com."
|
||||
},
|
||||
"enableGravatarsDesc": {
|
||||
"message": "Use avatar images loaded from gravatar.com."
|
||||
},
|
||||
"enableFullWidth": {
|
||||
"message": "Enable Full Width Layout",
|
||||
"message": "Display full width layout",
|
||||
"description": "Allows scaling the web vault UI's width"
|
||||
},
|
||||
"enableFullWidthDesc": {
|
||||
@@ -3172,10 +3172,10 @@
|
||||
"message": "Filters"
|
||||
},
|
||||
"vaultTimeout": {
|
||||
"message": "Vault Timeout"
|
||||
"message": "Vault timeout"
|
||||
},
|
||||
"vaultTimeoutDesc": {
|
||||
"message": "Choose when your vault will timeout and perform the selected action."
|
||||
"message": "Choose when your vault will take the vault timeout action."
|
||||
},
|
||||
"oneMinute": {
|
||||
"message": "1 minute"
|
||||
@@ -3196,7 +3196,7 @@
|
||||
"message": "4 hours"
|
||||
},
|
||||
"onRefresh": {
|
||||
"message": "On Browser Refresh"
|
||||
"message": "On browser refresh"
|
||||
},
|
||||
"dateUpdated": {
|
||||
"message": "Updated",
|
||||
@@ -3403,13 +3403,13 @@
|
||||
"message": "User Preference"
|
||||
},
|
||||
"vaultTimeoutAction": {
|
||||
"message": "Vault Timeout Action"
|
||||
"message": "Vault timeout action"
|
||||
},
|
||||
"vaultTimeoutActionLockDesc": {
|
||||
"message": "A locked vault requires that you re-enter your master password to access it again."
|
||||
"message": "Master password or other unlock method is required to access your vault again."
|
||||
},
|
||||
"vaultTimeoutActionLogOutDesc": {
|
||||
"message": "A logged out vault requires that you re-authenticate to access it again."
|
||||
"message": "Re-authentication is required to access your vault again."
|
||||
},
|
||||
"lock": {
|
||||
"message": "Lock",
|
||||
|
||||
Reference in New Issue
Block a user