Skip to content

Commit

Permalink
remove node.metadata.register_entire_project
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-nakazawa authored and snakazawa committed Dec 10, 2024
1 parent 4a66b4b commit 340e124
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions app/guid-node/metadata/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,4 @@
</div>
{{/if}}
</div>



{{#if this.isComponentRootAdmin}}
<div class='row'>
{{t 'node.metadata.report_entire_project' rootNodeTitle=this.node.root.title}}
<OsfLink
data-analytics-name='Go to report'
@route='guid-node.metadata'
@models={{array this.node.root.id}}
>
{{t 'node.metadata.here'~}}
</OsfLink>
{{~t 'general.period'}}
</div>
{{/if}}
</div>
2 changes: 0 additions & 2 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ node:
no_reports: 'There are no metadata of this project.'
no_drafts: 'There are no draft metadata of this project.'
start_new: 'Start to edit a new metadata by clicking the “Create new metadata” button. Once created, metadata cannot be edited or deleted.'
register_entire_project: 'To register the entire project "{rootNodeTitle}" instead, click'
here: here
new: 'Create new metadata'
reports: Metadata
draft_reports: 'Draft Metadata'
Expand Down
2 changes: 0 additions & 2 deletions translations/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ node:
no_reports: このプロジェクトのメタデータはありません。
no_drafts: このプロジェクトに関する下書きはありません。
start_new: '「新規メタデータを作成」ボタンをクリックして、新規メタデータ作成を開始します。一度登録したメタデータを、編集または削除することはできません。'
register_entire_project: '代わりにプロジェクト"{rootNodeTitle}"全体を報告するには、クリックします。'
here: こちら
new: 新規メタデータを作成
reports: メタデータ
draft_reports: 下書き
Expand Down

0 comments on commit 340e124

Please sign in to comment.