mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
added missing i18n strings (#1)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
syncService.fullSync(function () {
|
||||
$analytics.eventTrack('Synced Full');
|
||||
$scope.loading = false;
|
||||
toastr.success('Syncing complete');
|
||||
toastr.success(i18nService.syncingComplete);
|
||||
setLastSync();
|
||||
});
|
||||
};
|
||||
@@ -23,7 +23,7 @@
|
||||
$scope.lastSync = lastSync.toLocaleDateString() + ' ' + lastSync.toLocaleTimeString();
|
||||
}
|
||||
else {
|
||||
$scope.lastSync = 'Never';
|
||||
$scope.lastSync = i18nService.never;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user