Skip to content

Commit

Permalink
clean-up translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Jan 10, 2025
1 parent a92edbf commit 9a3e056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<Button
local-class='icon-message'
aria-label={{t 'institutions.dashboard.request_project_message_modal.open_aira_label'}}
aria-label={{t 'institutions.dashboard.request_project_message_modal.open_aria_label'}}
{{on 'click' (fn this.handleOpenModal contributor)}}
>
<FaIcon @icon='comment' />
Expand Down
2 changes: 0 additions & 2 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,6 @@ institutions:
request_access: 'Request Access'
send_message: 'Send Message'
open_aria_label: 'Open Project Request Modal Button'
close_aira_label: 'Close Project Request Modal Button'
send_aira_label: 'Send Project Request Button'
title: 'Contact'
message_permission_label: 'Send Message'
duplicate_request_error: 'Users may not have more than one institutional_request request per node'
Expand Down

0 comments on commit 9a3e056

Please sign in to comment.