Finish all profile translation hooks

This commit is contained in:
Johannes Zellner
2020-11-02 14:59:39 +01:00
parent 7bad9f3e3e
commit 8ef96aefac
3 changed files with 103 additions and 53 deletions
+5 -1
View File
@@ -11,7 +11,11 @@ angular.module('Application').controller('ProfileController', ['$scope', '$trans
$scope.translationData = {
gravatarLink: 'https://gravatar.com/',
apiDocsLink: 'https://docs.cloudron.io/api.html'
apiDocsLink: 'https://docs.cloudron.io/api.html',
googleAuthenticatorPlayStoreLink: 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2',
googleAuthenticatorITunesLink: 'https://itunes.apple.com/us/app/google-authenticator/id388497605',
freeOTPPlayStoreLink: 'https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp',
freeOTPITunesLink: 'https://itunes.apple.com/us/app/freeotp-authenticator/id872559395',
};
$scope.language;