Skip to content

Commit

Permalink
Fix REST API key typo. (#1713) (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung authored Nov 16, 2023
1 parent e3a150c commit 5f727e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<?php if ($sf_context->getConfiguration()->isPluginEnabled('arRestApiPlugin')) { ?>
<?php echo render_show(
__('OAI-PMH API key'),
__('REST API key'),
isset($restApiKey) ? '<code>'.$restApiKey.'</code>' : __('Not generated yet.')
); ?>
<?php } ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<?php if ($sf_context->getConfiguration()->isPluginEnabled('arRestApiPlugin')) { ?>
<?php echo render_show(
__('OAI-PMH API key'),
__('REST API key'),
isset($restApiKey) ? '<code>'.$restApiKey.'</code>' : __('Not generated yet.')
); ?>
<?php } ?>
Expand Down

0 comments on commit 5f727e8

Please sign in to comment.