-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix 2fa backup codes typo #1279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
LGTM |
| _onPrintBackupCodes: function () { | ||
| var url = this._getDownloadDataHref(); | ||
| window.open(url, 'Nextcloud backpu codes'); | ||
| window.open(url, 'Nextcloud backup codes'); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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)
|
btw, will the transifex export/import automatically find this new app or do we have to add this somewhere? cc @MorrisJobke |
|
👍 |
I will add it |
|
@nickvergessen @rullzer