mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
tooltip about images insertion in medium editor
This commit is contained in:
parent
dcf55d8351
commit
9c6143bd5e
@ -2,6 +2,7 @@
|
||||
|
||||
## next release
|
||||
|
||||
- Added tooltip concerning images insertion while configuring the about page
|
||||
- Ability for admins to configure the maximum visibility for availabilities reservation
|
||||
- Fix a bug: admins cannot see all availabilities for spaces in reservation calendar when a user is selected
|
||||
- Fix a bug: missing translation after payment in english and portuguese
|
||||
|
@ -17,6 +17,7 @@
|
||||
}'>
|
||||
|
||||
</div>
|
||||
<span class="help-block text-info text-xs"><i class="fa fa-lightbulb-o"></i> {{ 'settings.drag_and_drop_to_insert_images' | translate }}</span>
|
||||
<button name="button" class="btn btn-warning" ng-click="save(aboutBodySetting)" translate>{{ 'save' }}</button>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-offset-2">
|
||||
|
@ -568,6 +568,7 @@ en:
|
||||
title_of_the_about_page: "Title of the About page"
|
||||
shift_enter_to_force_carriage_return: "SHIFT + ENTER to force carriage return"
|
||||
input_the_main_content: "Input the main content"
|
||||
drag_and_drop_to_insert_images: "Drap and drop to insert images"
|
||||
input_the_fablab_contacts: "Input the FabLab contacts"
|
||||
reservations: "Reservations"
|
||||
reservations_parameters: "Reservations parameters"
|
||||
|
@ -568,6 +568,7 @@ fr:
|
||||
title_of_the_about_page: "Titre page A propos"
|
||||
shift_enter_to_force_carriage_return: "MAJ. + ENTRÉE pour forcer le retour à la ligne"
|
||||
input_the_main_content: "Saisir le contenu principal"
|
||||
drag_and_drop_to_insert_images: "Faites un glisser-déposer pour insérer des images"
|
||||
input_the_fablab_contacts: "Saisir les Contacts du FabLab"
|
||||
reservations: "Réservations"
|
||||
reservations_parameters: "Paramètres des réservations"
|
||||
|
@ -568,6 +568,7 @@ pt:
|
||||
title_of_the_about_page: "Título da página sobre"
|
||||
shift_enter_to_force_carriage_return: "SHIFT + ENTER para forçar o retorno"
|
||||
input_the_main_content: "Introduza o conteúdo principal"
|
||||
drag_and_drop_to_insert_images: "Arrastar e soltar para inserir imagens"
|
||||
input_the_fablab_contacts: "Insira os contatos do FabLab"
|
||||
reservations: "Reservas"
|
||||
reservations_parameters: "Parâmetros das reservas"
|
||||
|
Loading…
x
Reference in New Issue
Block a user