ayann / active_admin_flat_skin

Active Admin Flat theme design.
http://ayann.github.io/active_admin_flat_skin
MIT License
91 stars 62 forks source link

filter button is in French #12

Closed ajw725 closed 7 years ago

ajw725 commented 7 years ago

the rest of the code is in English, so it seems like this should be as well. in your js file, at line 14, you have this code:

$('<a>').text('Afficher les filtres').attr({
  href: '#value', id:'diplay-filter'
})

the text() argument should be 'Display filters'. the id should probably be 'display-filter' instead of 'diplay-filter', too, but that doesn't really matter since it seems to be consistent.

ajw725 commented 7 years ago

sorry - noticed that this has been fixed on master, just not released

vernondegoede commented 5 years ago

@ayann Can you create a new release? That should fix this.

Changes on master since last release: https://github.com/ayann/active_admin_flat_skin/compare/v0.1.2...master

gslopez commented 5 years ago

@ayann Yes please, create a new release !

CanciuCostin commented 4 years ago

You can update this in the Gemfile:

gem 'active_admin_flat_skin', github: 'ayann/active_admin_flat_skin'