|
Fixed i18n calls in erb files that were missing an equal sign (e.g. <% t('value'') %> --> <%= t('value') %> so that the value will appear to the user. Also updated i18n calls from admin.js with 'js.' prefix)
|
|---|
|
|
| app/assets/javascripts/admin.js |
|---|
| app/views/devise/confirmations/new.html.erb |
|---|
| app/views/devise/mailer/confirmation_instructions.html.erb |
|---|
| app/views/devise/mailer/invitation_instructions.html.erb |
|---|
| app/views/devise/mailer/reset_password_instructions.html.erb |
|---|
| app/views/devise/mailer/unlock_instructions.html.erb |
|---|
| app/views/devise/registrations/edit.html.erb |
|---|
| app/views/devise/unlocks/new.html.erb |
|---|
| app/views/dmptemplates/_add_guidance.html.erb |
|---|
| app/views/guidance_groups/admin_new.html.erb |
|---|
| app/views/guidances/admin_edit.html.erb |
|---|
| app/views/guidances/admin_new.html.erb |
|---|
| app/views/plans/_export.html.erb |
|---|
| app/views/plans/_guidance_settings.html.erb |
|---|
| app/views/plans/edit.html.erb |
|---|
| app/views/plans/export.html.erb |
|---|
| app/views/settings/plans/_export_formatting_form.html.erb |
|---|
| app/views/static_pages/about_us.html.erb |
|---|
| app/views/user_mailer/permissions_change_notification.html.erb |
|---|
| app/views/user_mailer/project_access_removed_notification.html.erb |
|---|
| app/views/user_mailer/sharing_notification.html.erb |
|---|