aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-19 18:17:25 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-19 18:17:25 +0200
commita941b44ef8fa986c3b2bf28520f7c29193e38b33 (patch)
tree1a5946724b71f113a767f057d243213447a7e68e
parent34ec6954c514406a0cb2c17e9f2a64a1defc0959 (diff)
downloadreclaim-ui-a941b44ef8fa986c3b2bf28520f7c29193e38b33.tar.gz
reclaim-ui-a941b44ef8fa986c3b2bf28520f7c29193e38b33.zip
update
-rw-r--r--src/app/authorization-request/authorization-request.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/authorization-request/authorization-request.component.ts b/src/app/authorization-request/authorization-request.component.ts
index ad25600..70762bf 100644
--- a/src/app/authorization-request/authorization-request.component.ts
+++ b/src/app/authorization-request/authorization-request.component.ts
@@ -49,7 +49,7 @@ export class AuthorizationRequestComponent implements OnInit {
49 49
50 //Internationalization 50 //Internationalization
51 getMessage(key, sub?){ 51 getMessage(key, sub?){
52 this.languageService.getMessage(key, sub); 52 return this.languageService.getMessage(key, sub);
53 } 53 }
54 54
55 55