Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2042 from ualbertalib/BPSC_question
Browse files Browse the repository at this point in the history
Restored the prompt from a previous change to the BPSC request form and cut a new release.
  • Loading branch information
pgwillia authored Aug 18, 2020
2 parents b7842b0 + fd67370 commit 9ee9dd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver

## [Unreleased]

## [3.5.1]

### Fixed
- missing first sentence in BPSC request [#2037](https://github.com/ualbertalib/discovery/issues/2037)

## [3.5.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Bundler.require(*Rails.groups)

module Discovery
VERSION = '3.5.0'.freeze # used in application layout meta generator tag
VERSION = '3.5.1'.freeze # used in application layout meta generator tag

class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ en:
review_policy_html:
'Prior to your visit, please review our
<a href="https://bpsc.library.ualberta.ca/info/visit#policy">Reading Room Policies.</a>'
date_of_planned_visit: 'Please note that the reading room in Bruce Peel Special Collections will remain closed through the
date_of_planned_visit: 'Please indicate the first date of your planned visit. Please note that the reading room in Bruce Peel Special Collections will remain closed through the
fall term (2020) due to COVID-19 and in order to accommodate a large facilities project. Limited services are available.
Updates and details can be found on the Peel website <a href="https://bpsc.library.ualberta.ca/">here</a>.'
call_number: 'Call Number'
Expand Down

0 comments on commit 9ee9dd5

Please sign in to comment.