Skip to content
Snippets Groups Projects
Commit 1d620f25 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline_#17783_change_default_text_in_accessibility_popup' into 'hotline_6.57'

Hotline #17783 change default text in accessibility popup

See merge request !552
parents 75142b95 0eb4ee4d
Branches
Tags
3 merge requests!563Master,!562Hotline 6.57,!561Dev#17990 miop integration suite
......@@ -77,7 +77,7 @@ var initAccessibilityOptions = function() {
font_size_display = $('<span>' + bodyFontSize() + '</span>');
var font_size_reset = $('<button style="float: right">Réinitialiser</button>').click(
var font_size_reset = $('<button style="float: right">Taille par défaut</button>').click(
function() {
$('#slider-font-size').slider('option', 'value', default_font_size);
updateFontSize(default_font_size);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment