We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeefa53 + cf36166 commit 55cf25aCopy full SHA for 55cf25a
2 files changed
app/models/browzine.rb
@@ -40,7 +40,7 @@ def self.browzine_link(json_response)
40
41
{
42
link: json_response['data'][0]['browzineWebLink'],
43
- text: 'View journal contents'
+ text: 'Browse journal'
44
}
45
end
46
app/models/libkey.rb
@@ -76,7 +76,7 @@ def self.browzine_link(external_data)
76
77
78
link: external_data['data']['browzineWebLink'],
79
- text: 'Browse journal issue'
80
81
82
0 commit comments