Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix 2fa backup codes typo
  • Loading branch information
ChristophWurst authored Sep 6, 2016
commit c57976879c33230104e87016b7ebac11cc38ef77
4 changes: 2 additions & 2 deletions apps/twofactor_backupcodes/js/settingsview.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
},
_onPrintBackupCodes: function () {
var url = this._getDownloadDataHref();
window.open(url, 'Nextcloud backpu codes');
window.open(url, 'Nextcloud backup codes');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw should this be translatable?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for all other strings in here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. Fixed that (found only one other string that was not yet translated)

window.print();
window.close();
}
});

OC.Settings.TwoFactorBackupCodes.View = View;

})(OC, Handlebars, $, _);
})(OC, Handlebars, $, _);