Fix wrong aria label

closes #7068
This commit is contained in:
Flaburgan 2016-09-06 13:08:32 +02:00 committed by Steffen van Bergerem
parent faf450e57d
commit f0e70a3c6c
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068)
## Bug fixes
* Post comments no longer get collapsed when interacting with a post [#7040](https://github.com/diaspora/diaspora/pull/7040)

View file

@ -24,7 +24,7 @@
placeholder: t("devise.passwords.new.email"),
autocorrect: "off",
autofocus: true,
aria: {labelledby: "passwordLabel"}
aria: {labelledby: "emailLabel"}
= f.submit t("devise.passwords.new.send_password_instructions"), class: "btn btn-block btn-primary"