1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

cleanup and formatting

This commit is contained in:
Kyle Spearrin
2017-11-27 23:46:03 -05:00
parent 78c4ea7ecb
commit 8332e52a7b
19 changed files with 104 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
export class PrivateModeController implements ng.IController {
export class PrivateModeController implements ng.IController {
constructor($scope: any) {
$scope.privateModeMessage = chrome.i18n.getMessage('privateModeMessage');
$scope.learnMoreMessage = chrome.i18n.getMessage('learnMore');