Skip to content

Commit

Permalink
SFX, change related title label per princeton
Browse files Browse the repository at this point in the history
Ideally this would be configurable, ideally via i18n, but
it's a mess to make it so. And this whole UI may need to be
rethought. For now just change to what Princeton wants, which
seems as good as anything for the fixed message.

Addresses one issue from #51
  • Loading branch information
jrochkind committed Mar 23, 2015
1 parent b3ca18c commit bd5191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service_adaptors/sfx.rb
Expand Up @@ -311,7 +311,7 @@ def parse_response(resolver_response, request)
next
end

related_note = "This version provided from related title: <em>" + CGI.unescapeHTML( title ) + "</em>.\n"
related_note = "May be available under related title: <em>" + CGI.unescapeHTML( title ) + "</em>.\n"
end

if ( sfx_service_type == 'getDocumentDelivery' )
Expand Down

0 comments on commit bd5191a

Please sign in to comment.