diff --git a/src/Ombi/ClientApp/src/app/login/login.component.html b/src/Ombi/ClientApp/src/app/login/login.component.html index d4f8499d8..3817b78e3 100644 --- a/src/Ombi/ClientApp/src/app/login/login.component.html +++ b/src/Ombi/ClientApp/src/app/login/login.component.html @@ -3,10 +3,9 @@
- - + - - - -
\ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/login/login.component.scss b/src/Ombi/ClientApp/src/app/login/login.component.scss index 3bd132515..dfa7c3557 100644 --- a/src/Ombi/ClientApp/src/app/login/login.component.scss +++ b/src/Ombi/ClientApp/src/app/login/login.component.scss @@ -224,4 +224,8 @@ div.bg { .top-margin { margin-top:10%; +} + +.login-buttons { + text-align: center; } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/login/login.component.ts b/src/Ombi/ClientApp/src/app/login/login.component.ts index a08e3d87b..6badf4ec4 100644 --- a/src/Ombi/ClientApp/src/app/login/login.component.ts +++ b/src/Ombi/ClientApp/src/app/login/login.component.ts @@ -42,6 +42,9 @@ export class LoginComponent implements OnDestroy, OnInit { } } + public get appNameTranslate(): object { + return { appName: this.appName }; + } private timer: any; private clientId: string; diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index 19b1871e4..db241b62d 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -4,6 +4,8 @@ "UsernamePlaceholder": "Username", "PasswordPlaceholder": "Password", "RememberMe": "Remember Me", + "SignInWith": "Sign in with {{appName}}", + "SignInWithPlex": "Sign in with Plex", "ForgottenPassword": "Forgot your password?", "Errors": { "IncorrectCredentials": "Incorrect username or password"