From c7d8b3166d73d5131bc390b5e06f7e3c80f31203 Mon Sep 17 00:00:00 2001 From: yashar Date: Fri, 9 Jun 2017 20:19:29 +0430 Subject: [PATCH] Change delegate registration modal header text --- src/components/delegateRegistration/delegateRegistration.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/delegateRegistration/delegateRegistration.pug b/src/components/delegateRegistration/delegateRegistration.pug index 55e446dd1..65bb58667 100644 --- a/src/components/delegateRegistration/delegateRegistration.pug +++ b/src/components/delegateRegistration/delegateRegistration.pug @@ -2,7 +2,7 @@ div.dialog-delegate-registration(aria-label='Vote for delegates') form(name='delegateRegistrationForm', ng-submit='form.onSubmit(delegateRegistrationForm)') md-toolbar .md-toolbar-tools - h2 Delegate Registration + h2 Register as delegate span(flex='') md-button.md-icon-button(ng-click='cancel(delegateRegistrationForm)', aria-label='Close dialog') i.material-icons close