Bug #728
New strings to be translated for the login area
Start date:
01/19/2011
Due date:
% Done:
0%
Description
some new strings are required now all in the login area:
- flash[:notice] = "You must be logged in to access this area."
+ flash[:notice] = t('must_be_logged_in')
- flash[:notice] = "You must have admin privileges to access this area."
+ flash[:notice] = t('must_be_admin')
- flash[:notice] = "Admin setup worked. Please login now."
+ flash[:notice] = t 'admin_setup_worked'
Also available in: Atom