Skip to content

Commit cf36166

Browse files
committed
Update Browzine link text
Why these changes are being introduced: USE is currently using language for 2 Browzine links as they exist in Primo VE now. These will change with Primo NDE, so USE can be updated now. Relevant ticket(s): - [USE-590](https://mitlibraries.atlassian.net/browse/USE-590) How this addresses that need: This updates all Browzine links to read, "Browze journal." Side effects of this change: None.
1 parent aeefa53 commit cf36166

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/models/browzine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def self.browzine_link(json_response)
4040

4141
{
4242
link: json_response['data'][0]['browzineWebLink'],
43-
text: 'View journal contents'
43+
text: 'Browse journal'
4444
}
4545
end
4646

app/models/libkey.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def self.browzine_link(external_data)
7676

7777
{
7878
link: external_data['data']['browzineWebLink'],
79-
text: 'Browse journal issue'
79+
text: 'Browse journal'
8080
}
8181
end
8282

0 commit comments

Comments
 (0)