Changed description in lodgings controller and conference#edit

This commit is contained in:
Gopesh Tulsyan 2014-06-16 22:59:21 +05:30
parent 0b6b046016
commit f9c4ff1d08
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ module Admin
notice: 'Lodgings were successfully updated.')
else
redirect_to(admin_conference_lodgings_path(conference_id: @conference.short_title),
notice: 'Lodgings Updation Failed!')
notice: 'Updating lodgings failed!')
end
end
end