mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
fix i_accept_to_receive_information_from_the_fablab in sign-up modal
This commit is contained in:
parent
42f7b3c75c
commit
f9220d44a0
@ -3,7 +3,8 @@
|
||||
## next release
|
||||
|
||||
- Ability to use HTML in event's descriptions using a WYSIWYG editor
|
||||
- Fix a bug: statistics graphs were not showing
|
||||
- Fix a bug: statistics graphs were not showing
|
||||
- In the sign-up modal, the translation for 'i_accept_to_receive_information_from_the_fablab' was not loaded
|
||||
|
||||
## v2.4.1 2016 October 11
|
||||
|
||||
|
@ -217,7 +217,7 @@
|
||||
id="is_allow_newsletter"
|
||||
ng-model="user.is_allow_newsletter"
|
||||
value="true"/>
|
||||
<label for="is_allow_newsletter" translate>{{ 'i_accept_to_receive_informations_from_the_fablab' }}</label>
|
||||
<label for="is_allow_newsletter" translate>{{ 'i_accept_to_receive_information_from_the_fablab' }}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user