Skip to content

Commit

Permalink
Merge pull request #166 from adlius/EMB-548_fixes
Browse files Browse the repository at this point in the history
[EMB-548][ENG-233][ENG-237][Preprint Withdrawals] Fix language
  • Loading branch information
brianjgeiger committed Mar 27, 2019
2 parents d435f48 + 5619da2 commit dd838c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/preprint-status-banner/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
left: auto;
margin-top: 0;
right: 0;
width: 445px;
width: 460px;
z-index: 98; // prevent dropdown from scrolling over navbar

@media (max-width: $screen-medium-small) {
Expand Down
2 changes: 1 addition & 1 deletion app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default {
pendingWithdrawal: 'not public available or searchable once the withdrawal request is approved',
withdrawn: 'not publicly available',
},
withdrawalJustification: 'Reason for withdrawal',
withdrawalJustification: 'Reason for withdrawal (optional, will be publicly displayed)',
pending: 'pending',
accepted: 'accepted',
rejected: 'rejected',
Expand Down

0 comments on commit dd838c6

Please sign in to comment.