Skip to content

Commit 55cf25a

Browse files
authored
Merge pull request #401 from MITLibraries/use-590
Update Browzine link text
2 parents aeefa53 + cf36166 commit 55cf25a

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)