1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

fix typo and css

This commit is contained in:
Sylvain 2016-04-25 14:34:09 +02:00
parent b4ad735d7f
commit 33f83180fa
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<div class="panel-body"> <div class="panel-body">
<h3 translate>{{ 'new_on_this_platform' }}</h3> <h3 translate>{{ 'new_on_this_platform' }}</h3>
<p translate>{{ 'please_fill_the_following_form'}}.</p> <p translate>{{ 'please_fill_the_following_form'}}.</p>
<p>{{ 'some_data_may_have_already_been_provided_by_provider_and_cannot_be_modified' | translate:{NAME:activeProvider.name} }}.<br/> <p class="text-italic">{{ 'some_data_may_have_already_been_provided_by_provider_and_cannot_be_modified' | translate:{NAME:activeProvider.name} }}.<br/>
{{ 'then_click_on_' | translate }} <strong translate>{{ 'confirm_changes' }}</strong> {{ '_to_start_using_the_application' | translate }}.</p> {{ 'then_click_on_' | translate }} <strong translate>{{ 'confirm_changes' }}</strong> {{ '_to_start_using_the_application' | translate }}.</p>
</div> </div>
<form role="form" <form role="form"

View File

@ -16,7 +16,7 @@ en:
_is_currently_associated_with_another_account_on_this_platform: "is currently associated with another account on this platform." _is_currently_associated_with_another_account_on_this_platform: "is currently associated with another account on this platform."
please_click_to_change_email_associated_with_your_PROVIDER_account: "If it is not yours, please click on the following button to change the email associated with your {{PROVIDER}} account." # angular interpolation please_click_to_change_email_associated_with_your_PROVIDER_account: "If it is not yours, please click on the following button to change the email associated with your {{PROVIDER}} account." # angular interpolation
do_you_already_have_an_account: "Do you already have an account?" do_you_already_have_an_account: "Do you already have an account?"
do_not_fill_the_form_beside_but_specify_here_the_code_you_ve_received_by_email_to_recover_your_access: "Do not fill the form beside but specify here the code you've received by email, to recover your access" do_not_fill_the_form_beside_but_specify_here_the_code_you_ve_received_by_email_to_recover_your_access: "Do not fill the form beside but specify here the code you've received by email, to recover your access."
just_specify_code_here_to_recover_access: "Just specify here the code you've received by email to recover your access." just_specify_code_here_to_recover_access: "Just specify here the code you've received by email to recover your access."
authentification_code: "Authentification code" authentification_code: "Authentification code"
confirm_my_code: "Confirm my code" confirm_my_code: "Confirm my code"