diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2016-09-06 10:39:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 10:39:00 +0200 |
commit | c57976879c33230104e87016b7ebac11cc38ef77 (patch) | |
tree | 782e0202b98d29ed4b78b61473caadecdce6c7cb /apps/twofactor_backupcodes/js | |
parent | 314afcecf9080c78f485039852e30efee2e112c6 (diff) | |
download | nextcloud-server-c57976879c33230104e87016b7ebac11cc38ef77.tar.gz nextcloud-server-c57976879c33230104e87016b7ebac11cc38ef77.zip |
fix 2fa backup codes typo
Diffstat (limited to 'apps/twofactor_backupcodes/js')
-rw-r--r-- | apps/twofactor_backupcodes/js/settingsview.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/js/settingsview.js b/apps/twofactor_backupcodes/js/settingsview.js index 3da4c141159..a8f12d3f534 100644 --- a/apps/twofactor_backupcodes/js/settingsview.js +++ b/apps/twofactor_backupcodes/js/settingsview.js @@ -109,7 +109,7 @@ }, _onPrintBackupCodes: function () { var url = this._getDownloadDataHref(); - window.open(url, 'Nextcloud backpu codes'); + window.open(url, 'Nextcloud backup codes'); window.print(); window.close(); } @@ -117,4 +117,4 @@ OC.Settings.TwoFactorBackupCodes.View = View; -})(OC, Handlebars, $, _);
\ No newline at end of file +})(OC, Handlebars, $, _); |