Browse Source

Incorrect error text

pull/2403/head
jlukic 10 years ago
parent
commit
364ad398d8
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.js

2
src/definitions/modules/dropdown.js

@ -3025,7 +3025,7 @@ $.fn.dropdown.settings = {
labels : 'Allowing user additions currently requires the use of labels.',
method : 'The method you called is not defined.',
noAPI : 'The API module is required to load resources remotely',
noStorage : 'Saving remote data requires local storage',
noStorage : 'Saving remote data requires session storage',
noTransition : 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>'
},

Loading…
Cancel
Save